--- a/QScintilla/Lexers/LexerYAML.py Sun Jan 31 17:11:22 2010 +0000 +++ b/QScintilla/Lexers/LexerYAML.py Sun Jan 31 18:31:28 2010 +0000 @@ -7,7 +7,7 @@ Module implementing a YAML lexer with some additional methods. """ -from PyQt4.Qsci import QsciLexerYAML, QsciScintilla +from PyQt4.Qsci import QsciLexerYAML from .Lexer import Lexer import Preferences