--- a/eric6/WebBrowser/StatusBar/ImagesIcon.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/WebBrowser/StatusBar/ImagesIcon.py Sat Apr 10 18:38:27 2021 +0200 @@ -33,7 +33,7 @@ @param window reference to the web browser window @type WebBrowserWindow """ - super(ImagesIcon, self).__init__(window) + super().__init__(window) self.setToolTip(self.tr("Modify images loading settings temporarily" " or globally"))