Preferences/ConfigurationPages/EditorPropertiesPage.py

changeset 1131
7781e396c903
parent 948
fe7b94ed01ec
child 1444
552d2d74f5cf
--- 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")
         

eric ide

mercurial