diff -r ffeb85cdc72d -r 441956d8fce5 QScintilla/EditorAssembly.py --- a/QScintilla/EditorAssembly.py Sun Jun 29 14:00:30 2014 +0200 +++ b/QScintilla/EditorAssembly.py Sun Jun 29 20:13:56 2014 +0200 @@ -10,8 +10,8 @@ from __future__ import unicode_literals -from PyQt4.QtCore import QTimer -from PyQt4.QtGui import QWidget, QGridLayout, QComboBox +from PyQt5.QtCore import QTimer +from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox import UI.PixmapCache