diff -r ffeb85cdc72d -r 441956d8fce5 QScintilla/Lexers/LexerPygments.py --- a/QScintilla/Lexers/LexerPygments.py Sun Jun 29 14:00:30 2014 +0200 +++ b/QScintilla/Lexers/LexerPygments.py Sun Jun 29 20:13:56 2014 +0200 @@ -14,7 +14,7 @@ find_lexer_class from pygments.util import ClassNotFound -from PyQt4.QtGui import QColor, QFont +from PyQt5.QtGui import QColor, QFont from QScintilla.Lexers.LexerContainer import LexerContainer