
13 Jun
2012
13 Jun
'12
3:08 a.m.
On 2012年06月13日 14:53, Wanlong Gao wrote:
"sharemod" should be "sharedmod" from src.
Signed-off-by: Wanlong Gao<gaowanlong@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.