Preferences/ConfigurationPages/EditorKeywordsPage.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/Preferences/ConfigurationPages/EditorKeywordsPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/EditorKeywordsPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -16,6 +16,7 @@
 
 import Preferences
 
+
 class EditorKeywordsPage(ConfigurationPageBase, Ui_EditorKeywordsPage):
     """
     Class implementing the editor highlighter keywords configuration page.
@@ -30,7 +31,7 @@
         
         # set initial values
         self.__keywords = {
-            "" : ["", "", "", "", "", "", "", "", "", ""]
+            "": ["", "", "", "", "", "", "", "", "", ""]
         }
         languages = sorted([''] + \
                     list(QScintilla.Lexers.getSupportedLanguages().keys()))
@@ -111,6 +112,7 @@
         self.currentSet = kwSet
         self.keywordsEdit.setPlainText(self.__keywords[language][kwSet])
 
+
 def create(dlg):
     """
     Module function to create the configuration page.

eric ide

mercurial