From a03af240dfa1a0bfe30544852a8c4002b5123e9a Mon Sep 17 00:00:00 2001 From: Samuel Findlay Date: Mon, 7 May 2012 23:38:02 +1000 Subject: [PATCH] Minor fixes --- openlp/core/ui/wizard.py | 2 +- openlp/plugins/songs/lib/powersongimport.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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