summaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2014-01-18 15:55:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-18 15:55:38 +0100
commitbef776509e53d0582ae91bb3edf8d19a1593a9a9 (patch)
tree20875511ad6c6b2e688d0599397dd4570ea6d80b /build.py
parenta5826757d6f0d51f83502b9742ef090414042d67 (diff)
downloadpytqt-bef776509e53d0582ae91bb3edf8d19a1593a9a9.tar.gz
pytqt-bef776509e53d0582ae91bb3edf8d19a1593a9a9.zip
Fix detection of sip4-tqt module
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 94fb195..492e313 100644
--- a/build.py
+++ b/build.py
@@ -35,7 +35,7 @@ import string
# Get the SIP configuration.
try:
- import sipconfig
+ from sip4_tqt import sipconfig
except:
print "Unable to import the sipconfig module. Please make sure you have"
print "SIP v3.9 or later installed."