eric6/E5Network/E5GoogleMail.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8243
cc717c2ae956
--- 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 = []
         

eric ide

mercurial