QScintilla/ShellHistoryDialog.py

changeset 1131
7781e396c903
parent 1112
8a7d1b9d18db
child 1509
c0b5e693b0eb
--- a/QScintilla/ShellHistoryDialog.py	Sun Jun 19 17:50:39 2011 +0200
+++ b/QScintilla/ShellHistoryDialog.py	Sun Jun 19 19:36:27 2011 +0200
@@ -27,7 +27,7 @@
         @param vm reference to the viewmanager object
         @param shell reference to the shell object
         """
-        QDialog.__init__(self, shell)
+        super().__init__(shell)
         self.setupUi(self)
         
         self.historyList.addItems(history)

eric ide

mercurial