Preferences/PreferencesLexer.py

changeset 97
c4086afea02b
parent 13
1af94a91f439
child 500
c3abc7895a01
child 792
a13346916170
diff -r 9624a110667d -r c4086afea02b Preferences/PreferencesLexer.py
--- a/Preferences/PreferencesLexer.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/Preferences/PreferencesLexer.py	Sun Jan 31 18:31:28 2010 +0000
@@ -7,11 +7,9 @@
 Module implementing a special QextScintilla lexer to handle the preferences.
 """
 
-import sys
-
 from PyQt4.QtCore import *
 from PyQt4.QtGui import QColor, QFont, QApplication
-from PyQt4.Qsci import QsciLexer, QsciScintilla
+from PyQt4.Qsci import QsciLexer
 
 import QScintilla.Lexers
 

eric ide

mercurial