QScintilla/TypingCompleters/CompleterRuby.py

changeset 93
2ce52f1cbaa1
parent 85
2d80c7a3e773
child 97
c4086afea02b
--- a/QScintilla/TypingCompleters/CompleterRuby.py	Sun Jan 31 11:58:27 2010 +0000
+++ b/QScintilla/TypingCompleters/CompleterRuby.py	Sun Jan 31 12:15:00 2010 +0000
@@ -7,6 +7,8 @@
 Module implementing a typing completer for Ruby.
 """
 
+import re
+
 from PyQt4.QtCore import QObject, SIGNAL, QRegExp
 from PyQt4.Qsci import QsciLexerRuby
 

eric ide

mercurial