From ca883d7f49cb4f30e1ac2698575c0a174d3787cf Mon Sep 17 00:00:00 2001 From: xavileon Date: Fri, 21 Oct 2011 15:23:28 -0400 Subject: [PATCH] couple of imports missing... --- sliver_lxc.py | 2 ++ slivermanager.py | 1 + 2 files changed, 3 insertions(+) diff --git a/sliver_lxc.py b/sliver_lxc.py index 49ebb1c..e53820e 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -2,6 +2,8 @@ """LXC slivers""" +import accounts + class Sliver_LXC(accounts.Account): """This class wraps LXC commands""" diff --git a/slivermanager.py b/slivermanager.py index 1b15fea..1d38758 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -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 -- 2.43.0