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

Osier Yang jyang at redhat.com
Wed Jun 13 07:07:28 UTC 2012


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 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 = {}

ACK.




More information about the libvir-list mailing list