From aaed32c80a83c4c8eb1db7f93ec7fb32f3a74c5e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Jun 2012 08:40:57 +0200 Subject: [PATCH] bugfix --- sliver_libvirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sliver_libvirt.py b/sliver_libvirt.py index d5c327b..619448f 100644 --- a/sliver_libvirt.py +++ b/sliver_libvirt.py @@ -55,7 +55,7 @@ class Sliver_Libvirt(Account): self.rspec = {} self.slice_id = rec['slice_id'] self.enabled = True - self.conn = getConnection(rec['type']) + self.conn = Sliver_Libvirt.getConnection(rec['type']) self.xid = bwlimit.get_xid(self.name) dom = None -- 2.43.0