From 8da9073f68e9e45974c54c2a6fc79331cfbacdf0 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 2 Jun 2018 00:41:55 -0400 Subject: [PATCH] Dammit --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index 9097c0b4..15cd6dae 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -14,7 +14,7 @@ class VMInstance: self.hypervisor = None self.state = None self.dom = None - sleep(0.5) + time.sleep(0.5) # Watch for changes to the hypervisor field in Zookeeper @zk.DataWatch(self.zkey + '/hypervisor')