Add uuid import

This commit is contained in:
Joshua Boniface 2018-06-06 02:14:41 -04:00
parent 35d671c933
commit 04b1368898
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#
###############################################################################
import os, sys, socket, time, threading, libvirt, kazoo.client
import os, sys, uuid, socket, time, threading, libvirt, kazoo.client
class VMInstance:
def __init__(self, domuuid, zk, thishypervisor):