[libvirt] [PATCH 1/2] drop the removed module check

Wanlong Gao gaowanlong at cn.fujitsu.com
Wed Jun 13 04:22:56 UTC 2012


check.py has been dropped and functions moved into utils.py.

Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 repos/domain/balloon_memory.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/repos/domain/balloon_memory.py b/repos/domain/balloon_memory.py
index 5879d15..7051a0a 100644
--- a/repos/domain/balloon_memory.py
+++ b/repos/domain/balloon_memory.py
@@ -13,7 +13,6 @@ from libvirt import libvirtError
 
 from src import sharedmod
 from utils import utils
-from utils import check
 
 required_params = ('guestname', 'memorypair',)
 optional_params = {}
-- 
1.7.11.rc0




More information about the libvir-list mailing list