Preferences/ConfigurationPages/EditorAPIsPage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3038
7fe9a53280bd
child 3142
55030c09e142
--- a/Preferences/ConfigurationPages/EditorAPIsPage.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Preferences/ConfigurationPages/EditorAPIsPage.py	Sun Nov 03 15:58:22 2013 +0100
@@ -112,7 +112,7 @@
         
         self.addPluginApiFileButton.setEnabled(
             len(self.pluginManager.getPluginApiFiles(self.currentApiLanguage))
-                > 0)
+            > 0)
         
     def __editorGetApisFromApiList(self):
         """
@@ -181,7 +181,7 @@
             if ok:
                 self.apiList.addItem(Utilities.toNativeSeparators(
                     QFileInfo(QDir(installedAPIFilesPath), file)
-                        .absoluteFilePath()))
+                    .absoluteFilePath()))
         else:
             E5MessageBox.warning(
                 self,

eric ide

mercurial