[libvirt] [PATCH 3/5] domain_uuid: fix the wrong import module

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


On 2012年06月13日 14:53, Wanlong Gao wrote:
> "sharemod" should be "sharedmod" from src.
> 
> Signed-off-by: Wanlong Gao<gaowanlong at cn.fujitsu.com>
> ---
>   repos/domain/domain_uuid.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/repos/domain/domain_uuid.py b/repos/domain/domain_uuid.py
> index d08952d..1c4ed77 100644
> --- a/repos/domain/domain_uuid.py
> +++ b/repos/domain/domain_uuid.py
> @@ -9,7 +9,7 @@ import commands
>   import libvirt
>   from libvirt import libvirtError
> 
> -import sharemod
> +from src import sharedmod
> 
>   required_params = ()
>   optional_params = {}

ACK.




More information about the libvir-list mailing list