QScintilla/Lexers/LexerCPP.py

changeset 3656
441956d8fce5
parent 3654
ffeb85cdc72d
child 4021
195a471c327b
--- a/QScintilla/Lexers/LexerCPP.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/QScintilla/Lexers/LexerCPP.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,7 +9,7 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.Qsci import QsciLexerCPP, QsciScintilla
+from PyQt5.Qsci import QsciLexerCPP, QsciScintilla
 
 from .Lexer import Lexer
 import Preferences

eric ide

mercurial