diff -r b0996e4a289e -r 1d8dd9706f46 QScintilla/Lexers/LexerPascal.py --- a/QScintilla/Lexers/LexerPascal.py Fri Jan 01 16:11:36 2010 +0000 +++ b/QScintilla/Lexers/LexerPascal.py Sat Jan 02 15:11:35 2010 +0000 @@ -9,7 +9,7 @@ from PyQt4.Qsci import QsciLexerPascal, QsciScintilla -from Lexer import Lexer +from .Lexer import Lexer import Preferences class LexerPascal(QsciLexerPascal, Lexer):