From 7a5787797e75e011a31f7f77b8148049e3bdd41c Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 26 Feb 2015 21:02:26 +0000 Subject: [PATCH] Pep8 fixes --- openlp/plugins/bibles/lib/http.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/plugins/bibles/lib/http.py b/openlp/plugins/bibles/lib/http.py index e2df05c90..fbf18d98e 100644 --- a/openlp/plugins/bibles/lib/http.py +++ b/openlp/plugins/bibles/lib/http.py @@ -79,7 +79,7 @@ CROSSWALK_LANGUAGES = { 'German': 'de', 'Italian': 'it', 'EspaƱol': 'es', - 'French' : 'fr', + 'French': 'fr', 'Dutch': 'nl' } @@ -621,7 +621,6 @@ class HTTPBible(BibleDB, RegistryProperties): return False self.wizard.progress_bar.setMaximum(len(books) + 2) self.wizard.increment_progress_bar(translate('BiblesPlugin.HTTPBible', 'Registering Language...')) - bible = None #BiblesResourcesDB.get_webbible(self.download_name, self.download_source.lower()) if self.language_id: self.save_meta('language_id', self.language_id) else: