couple of imports missing...
authorxavileon <xleon@ac.upc.edu>
Fri, 21 Oct 2011 19:23:28 +0000 (15:23 -0400)
committerxavileon <xleon@ac.upc.edu>
Fri, 21 Oct 2011 19:23:28 +0000 (15:23 -0400)
sliver_lxc.py
slivermanager.py

index 49ebb1c..e53820e 100644 (file)
@@ -2,6 +2,8 @@
 
 """LXC slivers"""
 
+import accounts
+
 class Sliver_LXC(accounts.Account):
     """This class wraps LXC commands"""
 
index 1b15fea..1d38758 100644 (file)
@@ -17,6 +17,7 @@ import database
 import accounts
 import controller
 import sliver_vs
+import sliver_lxc
 
 try: from bwlimit import bwmin, bwmax
 except ImportError: bwmin, bwmax = 8, 1000*1000*1000