diff -r 385f60c94548 -r 7c09585bd960 eric6/E5Network/E5GoogleMail.py --- a/eric6/E5Network/E5GoogleMail.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/E5Network/E5GoogleMail.py Sat Apr 10 18:38:27 2021 +0200 @@ -45,7 +45,7 @@ @param parent reference to the parent widget @type QWidget """ - super(E5GoogleMailAuthBrowser, self).__init__(parent) + super().__init__(parent) self.__layout = QVBoxLayout(self) @@ -113,7 +113,7 @@ @param parent reference to the parent object @type QObject """ - super(E5GoogleMail, self).__init__(parent=parent) + super().__init__(parent=parent) self.__messages = []