diff -r 385f60c94548 -r 7c09585bd960 eric6/E5Gui/E5Application.py --- a/eric6/E5Gui/E5Application.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/E5Gui/E5Application.py Sat Apr 10 18:38:27 2021 +0200 @@ -28,7 +28,7 @@ @param argv command line arguments @type list """ - super(E5Application, self).__init__(argv) + super().__init__(argv) QCoreApplication.setAttribute( Qt.ApplicationAttribute.AA_DontCreateNativeWidgetSiblings, True)