diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/EditorAPIsPage.py --- 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,