install.py

changeset 2763
e4794166ad70
parent 2736
86cd4d14b58e
child 2791
a9577f248f04
child 2965
d133c7edd88a
--- a/install.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/install.py	Sun Jun 30 19:55:48 2013 +0200
@@ -809,7 +809,7 @@
         from PyQt4 import Qsci      # __IGNORE_WARNING__
     except ImportError as msg:
         print("Sorry, please install QScintilla2 and")
-        print("it's PyQt4 wrapper.")
+        print("its PyQt4 wrapper.")
         print('Error: {0}'.format(msg))
         exit(1)
     print("Found QScintilla2")

eric ide

mercurial