diff -r 3e9f0330f833 -r 7781e396c903 Preferences/ConfigurationPages/EditorPropertiesPage.py --- a/Preferences/ConfigurationPages/EditorPropertiesPage.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Preferences/ConfigurationPages/EditorPropertiesPage.py Sun Jun 19 19:36:27 2011 +0200 @@ -25,7 +25,7 @@ @param lexers reference to the lexers dictionary """ - ConfigurationPageBase.__init__(self) + super().__init__() self.setupUi(self) self.setObjectName("EditorPropertiesPage")