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