]> git.pld-linux.org Git - packages/qscintilla2.git/blame - sip-check.patch
- rediff patches
[packages/qscintilla2.git] / sip-check.patch
CommitLineData
57b2ad6b
JR
1diff -urNp -x '*.orig' QScintilla_gpl-2.11.2.org/Python/configure.py QScintilla_gpl-2.11.2/Python/configure.py
2--- QScintilla_gpl-2.11.2.org/Python/configure.py 2021-03-05 20:11:28.180111251 +0100
3+++ QScintilla_gpl-2.11.2/Python/configure.py 2021-03-05 20:11:28.276777348 +0100
4@@ -880,14 +880,14 @@ class _TargetConfiguration:
5391f258
JR
5 try:
6 from PyQt5 import QtCore
7 except ImportError:
8- error(
9+ inform(
10 "Unable to import PyQt5.QtCore. Make sure PyQt5 is "
11 "installed.")
12 else:
13 try:
14 from PyQt4 import QtCore
15 except ImportError:
16- error(
17+ inform(
18 "Unable to import PyQt4.QtCore. Make sure PyQt4 is "
19 "installed.")
20
This page took 0.073508 seconds and 4 git commands to generate.