QScintilla/TypingCompleters/CompleterPython.py

changeset 97
c4086afea02b
parent 91
f20b944b9c8c
child 430
0b4a8e85a043
diff -r 9624a110667d -r c4086afea02b QScintilla/TypingCompleters/CompleterPython.py
--- a/QScintilla/TypingCompleters/CompleterPython.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/QScintilla/TypingCompleters/CompleterPython.py	Sun Jan 31 18:31:28 2010 +0000
@@ -9,7 +9,7 @@
 
 import re
 
-from PyQt4.QtCore import QObject, SIGNAL, QRegExp
+from PyQt4.QtCore import QRegExp
 from PyQt4.Qsci import QsciLexerPython
 
 from .CompleterBase import CompleterBase

eric ide

mercurial