"sharemod" should be "sharedmod" from src.
Signed-off-by: Wanlong Gao <gaowanlong(a)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 = {}
--
1.7.11.rc0