Import subprocess too
This commit is contained in:
parent
eee45eb89d
commit
523096a3da
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
import os, sys, psutil, socket, time, libvirt, kazoo.client, threading
|
import os, sys, psutil, socket, time, libvirt, kazoo.client, threading, subprocess
|
||||||
import pvc.ansiiprint as ansiiprint
|
import pvc.ansiiprint as ansiiprint
|
||||||
|
|
||||||
class NodeInstance():
|
class NodeInstance():
|
||||||
|
|
Loading…
Reference in New Issue