--- a/QScintilla/TypingCompleters/CompleterRuby.py Sun Jun 29 14:00:30 2014 +0200 +++ b/QScintilla/TypingCompleters/CompleterRuby.py Sun Jun 29 20:13:56 2014 +0200 @@ -11,8 +11,8 @@ import re -from PyQt4.QtCore import QRegExp -from PyQt4.Qsci import QsciLexerRuby +from PyQt5.QtCore import QRegExp +from PyQt5.Qsci import QsciLexerRuby from .CompleterBase import CompleterBase