commit | 5d7737fb69d6cd39d68a393be2b993349c9f7636 | [log] [tgz] |
---|---|---|
author | Max Rasskazov <mrasskazov@mirantis.com> | Thu Jun 09 14:50:41 2016 +0300 |
committer | Max Rasskazov <mrasskazov@mirantis.com> | Thu Jun 09 14:54:31 2016 +0300 |
tree | 96b943f7fcd19cfa118760565878d4bbdde332d0 | |
parent | 0a16243e4bad2cc7d3480a993213b8e718bb98e5 [diff] |
Fixed import in shell Related-Bug: #1570260 Change-Id: I4a3e8f3b97c363d9faf22d655895bc0e523ca7f9
diff --git a/trsync/utils/shell.py b/trsync/utils/shell.py index ca45805..79a4f8b 100644 --- a/trsync/utils/shell.py +++ b/trsync/utils/shell.py
@@ -16,7 +16,7 @@ import subprocess -import utils +from trsync.utils import utils as utils class Shell(object):