--- a/QScintilla/Lexers/LexerPython.py Fri Jan 01 16:11:36 2010 +0000 +++ b/QScintilla/Lexers/LexerPython.py Sat Jan 02 15:11:35 2010 +0000 @@ -11,7 +11,7 @@ from PyQt4.Qsci import QsciLexerPython, QsciScintilla -from Lexer import Lexer +from .Lexer import Lexer import Preferences class LexerPython(QsciLexerPython, Lexer):