
13 Jun
2012
13 Jun
'12
9:15 a.m.
On 2012年06月13日 12:22, Wanlong Gao wrote:
check.py has been dropped and functions moved into utils.py.
Signed-off-by: Wanlong Gao<gaowanlong@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 = {}
Pushed all the 5 patches, with updating AUTHORS. Thanks for the patches. Regards, Osier