--- a/Preferences/ConfigurationPages/EditorAPIsPage.py Sat Oct 19 16:14:07 2013 +0200 +++ b/Preferences/ConfigurationPages/EditorAPIsPage.py Sat Oct 19 16:51:12 2013 +0200 @@ -110,7 +110,7 @@ self.addPluginApiFileButton.setEnabled( len(self.pluginManager.getPluginApiFiles(self.currentApiLanguage)) - > 0) + > 0) def __editorGetApisFromApiList(self): """ @@ -179,7 +179,7 @@ if ok: self.apiList.addItem(Utilities.toNativeSeparators( QFileInfo(QDir(installedAPIFilesPath), file) - .absoluteFilePath())) + .absoluteFilePath())) else: E5MessageBox.warning( self,