--- a/Preferences/ConfigurationPages/PythonPage.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Preferences/ConfigurationPages/PythonPage.py Sun Jun 19 19:36:27 2011 +0200 @@ -22,7 +22,7 @@ """ Constructor """ - ConfigurationPageBase.__init__(self) + super().__init__() self.setupUi(self) self.setObjectName("PythonPage")