--- a/Preferences/ConfigurationPages/EditorAPIsPage.py Sun Feb 28 14:33:07 2010 +0000 +++ b/Preferences/ConfigurationPages/EditorAPIsPage.py Sun Feb 28 17:27:35 2010 +0000 @@ -47,7 +47,8 @@ Preferences.getEditor("AutoPrepareAPIs")) self.apis = {} - apiLanguages = sorted([''] + list(QScintilla.Lexers.getSupportedLanguages().keys())) + apiLanguages = sorted([''] + \ + list(QScintilla.Lexers.getSupportedLanguages().keys())) for lang in apiLanguages: if lang != "Guessed": self.apiLanguageComboBox.addItem(lang) @@ -257,4 +258,4 @@ @param dlg reference to the configuration dialog """ page = EditorAPIsPage() - return page \ No newline at end of file + return page