Globals/__init__.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
--- a/Globals/__init__.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Globals/__init__.py	Sun Nov 03 15:58:22 2013 +0100
@@ -96,7 +96,7 @@
         # check for blacklisted versions
         for vers in BlackLists["PyQt4"] + PlatformBlackLists["PyQt4"]:
             if vers == pyqtVersion:
-                print('Sorry, PyQt4 version {0} is not compatible with eric5.'\
+                print('Sorry, PyQt4 version {0} is not compatible with eric5.'
                       .format(vers))
                 print('Please install another version.')
                 return False

eric ide

mercurial