diff options
author | Francois Andriot <francois.andriot@free.fr> | 2014-01-18 15:55:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-18 15:55:38 +0100 |
commit | bef776509e53d0582ae91bb3edf8d19a1593a9a9 (patch) | |
tree | 20875511ad6c6b2e688d0599397dd4570ea6d80b /pyqtconfig.py.in | |
parent | a5826757d6f0d51f83502b9742ef090414042d67 (diff) | |
download | pytqt-bef776509e53d0582ae91bb3edf8d19a1593a9a9.tar.gz pytqt-bef776509e53d0582ae91bb3edf8d19a1593a9a9.zip |
Fix detection of sip4-tqt module
Diffstat (limited to 'pyqtconfig.py.in')
-rw-r--r-- | pyqtconfig.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyqtconfig.py.in b/pyqtconfig.py.in index 1717e84..ee3809c 100644 --- a/pyqtconfig.py.in +++ b/pyqtconfig.py.in @@ -21,7 +21,7 @@ # modules that %Import PyTQt modules. -import sipconfig +from sip4_tqt import sipconfig # These are installation specific values created when PyTQt was configured. |