eric6/QScintilla/ShellHistoryDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
--- a/eric6/QScintilla/ShellHistoryDialog.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/ShellHistoryDialog.py	Sat Apr 10 18:38:27 2021 +0200
@@ -30,7 +30,7 @@
         @param shell reference to the shell object
         @type Shell
         """
-        super(ShellHistoryDialog, self).__init__(shell)
+        super().__init__(shell)
         self.setupUi(self)
         
         self.__vm = vm

eric ide

mercurial