--- a/ProjectPyramid/DistributionTypeSelectionDialog.py Wed Dec 30 11:02:09 2020 +0100 +++ b/ProjectPyramid/DistributionTypeSelectionDialog.py Mon Apr 26 17:41:12 2021 +0200 @@ -33,7 +33,7 @@ @param projectPath path of the Pyramid project (string) @param parent reference to the parent widget (QWidget) """ - super(DistributionTypeSelectionDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) errMsg = ""