Globals/__init__.py

changeset 3034
7ce719013078
parent 2997
7f0ef975da9e
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Globals/__init__.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Globals/__init__.py	Sat Oct 19 13:03:39 2013 +0200
@@ -94,7 +94,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