From 04b13688989ac0b1b81c9c317df30e1d246a6691 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 02:14:41 -0400 Subject: [PATCH] Add uuid import --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index afa971a6..cfcbd401 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -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):