Preferences/ConfigurationPages/EditorAPIsPage.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1118
2ff50209a57f
--- a/Preferences/ConfigurationPages/EditorAPIsPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/EditorAPIsPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -23,6 +23,7 @@
 import Preferences
 import Utilities
 
+
 class EditorAPIsPage(ConfigurationPageBase, Ui_EditorAPIsPage):
     """
     Class implementing the Editor APIs configuration page.
@@ -207,8 +208,8 @@
         else:
             if self.__currentAPI is not None:
                 self.__currentAPI.prepareAPIs(
-                    ondemand = True, 
-                    rawList = self.__editorGetApisFromApiList())
+                    ondemand=True,
+                    rawList=self.__editorGetApisFromApiList())
         
     def __apiPreparationFinished(self):
         """
@@ -252,6 +253,7 @@
         self.apiLanguageComboBox.setCurrentIndex(state)
         self.on_apiLanguageComboBox_activated(self.apiLanguageComboBox.currentText())
     
+
 def create(dlg):
     """
     Module function to create the configuration page.

eric ide

mercurial