bugfix: miss __init__.py under module qtip 09/24309/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 14 Nov 2016 08:20:43 +0000 (16:20 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 14 Nov 2016 08:20:43 +0000 (16:20 +0800)
Due to adjust directory, __init__.py is missed for module qtip.
And modify related module calls.

JIRA: QTIP-161

Change-Id: I20fb366d664155e7d5ad2ac1c6241a5394afd096
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
qtip.py
qtip/__init__.py [new file with mode: 0644]

diff --git a/qtip.py b/qtip.py
index a2c26ed..66ff674 100644 (file)
--- a/qtip.py
+++ b/qtip.py
@@ -7,7 +7,7 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-from utils.cli import Cli
+from qtip.utils.cli import Cli
 
 
 def main():
diff --git a/qtip/__init__.py b/qtip/__init__.py
new file mode 100644 (file)
index 0000000..e69de29