QScintilla/Lexers/LexerPython.py

changeset 3656
441956d8fce5
parent 3654
ffeb85cdc72d
child 3730
dccee91e9d8a
diff -r ffeb85cdc72d -r 441956d8fce5 QScintilla/Lexers/LexerPython.py
--- a/QScintilla/Lexers/LexerPython.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/QScintilla/Lexers/LexerPython.py	Sun Jun 29 20:13:56 2014 +0200
@@ -11,7 +11,7 @@
 
 import re
 
-from PyQt4.Qsci import QsciLexerPython, QsciScintilla
+from PyQt5.Qsci import QsciLexerPython, QsciScintilla
 
 from .Lexer import Lexer
 import Preferences

eric ide

mercurial