ProjectPyramid/ConfigurationPage/PyramidPage.py

changeset 144
5c3684ee818e
parent 143
4ef44e854b39
child 147
eb28b4b6f7f5
diff -r 4ef44e854b39 -r 5c3684ee818e ProjectPyramid/ConfigurationPage/PyramidPage.py
--- a/ProjectPyramid/ConfigurationPage/PyramidPage.py	Wed Dec 30 11:02:09 2020 +0100
+++ b/ProjectPyramid/ConfigurationPage/PyramidPage.py	Mon Apr 26 17:41:12 2021 +0200
@@ -34,7 +34,7 @@
         
         @param plugin reference to the plugin object
         """
-        super(PyramidPage, self).__init__()
+        super().__init__()
         self.setupUi(self)
         self.setObjectName("PyramidPage")
         

eric ide

mercurial