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

2012-06-13 Thread Osier Yang
On 2012年06月13日 14:53, Wanlong Gao wrote: > "sharemod" should be "sharedmod" from src. > > Signed-off-by: Wanlong Gao > --- > 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 d0

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

2012-06-13 Thread Wanlong Gao
"sharemod" should be "sharedmod" from src. Signed-off-by: Wanlong Gao --- 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 +++