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.
24 lines
745 B
24 lines
745 B
11 years ago
|
--- python-trinity/configure.py.ORI 2013-12-28 15:55:54.269299304 +0100
|
||
|
+++ python-trinity/configure.py 2013-12-28 15:56:05.611221484 +0100
|
||
|
@@ -30,7 +30,7 @@
|
||
|
import py_compile
|
||
|
|
||
|
try:
|
||
|
- import sipconfig
|
||
|
+ from sip4_tqt import sipconfig
|
||
|
except:
|
||
|
print ("Can't find sipconfig.py (expected in sys.path)")
|
||
|
print ("Have you built the correct version of sip?")
|
||
|
--- python-trinity/pytdeconfig.py.in.ORI 2013-12-28 15:57:53.618481027 +0100
|
||
|
+++ python-trinity/pytdeconfig.py.in 2013-12-28 15:58:05.467399833 +0100
|
||
|
@@ -22,7 +22,8 @@
|
||
|
# modules that %Import PyKDE modules.
|
||
|
|
||
|
|
||
|
-import sipconfig, pyqtconfig
|
||
|
+from sip4_tqt import sipconfig
|
||
|
+import pyqtconfig
|
||
|
|
||
|
|
||
|
# These are installation specific values created when PyTQt was configured.
|