--- 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"))