eric6/QScintilla/ShellWindow.py

changeset 8218
7c09585bd960
parent 8150
fc1ae39af8c9
child 8220
006ee31b4835
--- a/eric6/QScintilla/ShellWindow.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/ShellWindow.py	Sat Apr 10 18:38:27 2021 +0200
@@ -56,7 +56,7 @@
         @param name object name of the window
         @type str
         """
-        super(ShellWindow, self).__init__(parent)
+        super().__init__(parent)
         if name is not None:
             self.setObjectName(name)
         self.setWindowIcon(UI.PixmapCache.getIcon("shell"))

eric ide

mercurial