CxFreeze/CxfreezeExecDialog.py

changeset 131
86d810eea380
parent 130
c15aad5f55cf
child 134
7880b294d1d1
--- a/CxFreeze/CxfreezeExecDialog.py	Wed Dec 30 11:02:05 2020 +0100
+++ b/CxFreeze/CxfreezeExecDialog.py	Mon Apr 26 17:57:17 2021 +0200
@@ -36,7 +36,7 @@
         @param cmdname name of the packager (string)
         @param parent parent widget of this dialog (QWidget)
         """
-        QDialog.__init__(self, parent)
+        super().__init__(parent)
         self.setupUi(self)
         
         self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
@@ -213,7 +213,7 @@
         
         @param main self-object of the caller
         """
-        super(CopyAdditionalFiles, self).__init__()
+        super().__init__()
         
         self.ppath = main.ppath
         self.additionalFiles = main.additionalFiles

eric ide

mercurial