QScintilla/ShellHistoryDialog.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 4021
195a471c327b
--- a/QScintilla/ShellHistoryDialog.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/QScintilla/ShellHistoryDialog.py	Sun Jun 29 20:13:56 2014 +0200
@@ -11,8 +11,8 @@
 
 import os
 
-from PyQt4.QtCore import pyqtSlot
-from PyQt4.QtGui import QListWidgetItem, QItemSelectionModel, QDialog
+from PyQt5.QtCore import pyqtSlot, QItemSelectionModel
+from PyQt5.QtWidgets import QListWidgetItem, QDialog
 
 from .Ui_ShellHistoryDialog import Ui_ShellHistoryDialog
 

eric ide

mercurial