You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
331 B
12 lines
331 B
11 years ago
|
--- python-trinity/configure.py.ORI2 2013-12-28 17:02:32.849146767 +0100
|
||
|
+++ python-trinity/configure.py 2013-12-28 17:02:44.143068602 +0100
|
||
|
@@ -37,7 +37,7 @@
|
||
|
sys.exit (-1)
|
||
|
|
||
|
try:
|
||
|
- import pyqtconfig
|
||
|
+ from python_tqt import pyqtconfig
|
||
|
except:
|
||
|
sipconfig.error ("Can't find pyqtconfig.py in sys.path - exiting")
|
||
|
|