diff options
author | Slávek Banko <[email protected]> | 2016-09-27 21:52:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-27 21:52:33 +0200 |
commit | 2749565477cea347d205d410e596d730a05941c9 (patch) | |
tree | 023458550b567dbeb9933c0190b41c6bc8621859 /pytdeconfig.py | |
parent | ceccc1147186f2ee75a9eff5d1eb3186e0ab9e59 (diff) | |
download | pytde-2749565477cea347d205d410e596d730a05941c9.tar.gz pytde-2749565477cea347d205d410e596d730a05941c9.zip |
Properly import python_tqt module
This relates to bug 2693
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'pytdeconfig.py')
-rw-r--r-- | pytdeconfig.py | 3 |
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. |