QScintilla/EditorAssembly.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 4021
195a471c327b
--- 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
 

eric ide

mercurial