summaryrefslogtreecommitdiffstats
path: root/pytdeconfig.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-27 21:52:33 +0200
committerSlávek Banko <[email protected]>2016-09-27 21:52:50 +0200
commit5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0 (patch)
treeb2cd1e79b5da092445819dd1f670e5dd39804c98 /pytdeconfig.py
parent1f5dba19f42778625953e74ef92229cbc42a059c (diff)
downloadpytde-5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0.tar.gz
pytde-5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0.zip
Properly import python_tqt module
This relates to bug 2693 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2749565477cea347d205d410e596d730a05941c9)
Diffstat (limited to 'pytdeconfig.py')
-rw-r--r--pytdeconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pytdeconfig.py b/pytdeconfig.py
index 1eacb8d..a0f410a 100644
--- a/pytdeconfig.py
+++ b/pytdeconfig.py
@@ -22,7 +22,8 @@
# modules that %Import PyKDE modules.
-import sipconfig, pyqtconfig
+from sip4_tqt import sipconfig
+from python_tqt import pyqtconfig
# These are installation specific values created when PyTQt was configured.