diff --git a/openlp/core/ui/wizard.py b/openlp/core/ui/wizard.py index 7382fb7e0..0b4e8ec37 100644 --- a/openlp/core/ui/wizard.py +++ b/openlp/core/ui/wizard.py @@ -292,4 +292,4 @@ class OpenLPWizard(QtGui.QWizard): if folder: editbox.setText(folder) SettingsManager.set_last_dir(self.plugin.settingsSection, - folder, 1) \ No newline at end of file + folder, 1) diff --git a/openlp/plugins/songs/lib/powersongimport.py b/openlp/plugins/songs/lib/powersongimport.py index 901aaa737..b80cf4497 100644 --- a/openlp/plugins/songs/lib/powersongimport.py +++ b/openlp/plugins/songs/lib/powersongimport.py @@ -29,9 +29,8 @@ The :mod:`powersongimport` module provides the functionality for importing PowerSong songs into the OpenLP database. """ import logging -import glob -import os import fnmatch +import os from openlp.core.lib import translate from openlp.core.ui.wizard import WizardStrings