--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sun Jun 19 19:36:27 2011 +0200 @@ -38,7 +38,7 @@ @param lexers reference to the lexers dictionary """ - ConfigurationPageBase.__init__(self) + super().__init__() self.setupUi(self) self.setObjectName("EditorHighlightingStylesPage")