eric6/E5Gui/E5MessageBox.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8176
31965986ecd1
parent 8218
7c09585bd960
diff -r fb0ef164f536 -r 698ae46f40a4 eric6/E5Gui/E5MessageBox.py
--- a/eric6/E5Gui/E5MessageBox.py	Fri Apr 02 11:59:41 2021 +0200
+++ b/eric6/E5Gui/E5MessageBox.py	Sat May 01 14:27:20 2021 +0200
@@ -78,7 +78,7 @@
         @param buttons set of standard buttons to generate (StandardButtons)
         @param parent parent widget of the message box (QWidget)
         """
-        super(E5MessageBox, self).__init__(parent)
+        super().__init__(parent)
         self.setIcon(icon)
         if modal:
             if parent is not None:

eric ide

mercurial