diff options
author | Francois Andriot <francois.andriot@free.fr> | 2014-01-18 16:12:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-18 16:12:39 +0100 |
commit | 9d39e8110a37f9628468a57ffc11e9226399df28 (patch) | |
tree | 589fb38e5153b5fa0c73b2b9f93d80941e14cb22 /pytdeconfig.py.in | |
parent | b045832a49ca48155551735700675e6d0664f233 (diff) | |
download | pytde-9d39e8110a37f9628468a57ffc11e9226399df28.tar.gz pytde-9d39e8110a37f9628468a57ffc11e9226399df28.zip |
Fix detection of sip4-tqt and python-tqt modules
Diffstat (limited to 'pytdeconfig.py.in')
-rw-r--r-- | pytdeconfig.py.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pytdeconfig.py.in b/pytdeconfig.py.in index 8a871fc..ecfe649 100644 --- a/pytdeconfig.py.in +++ b/pytdeconfig.py.in @@ -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. |