Minor fixes

This commit is contained in:
Samuel Findlay 2012-05-07 23:38:02 +10:00
parent 31debbe238
commit a03af240df
2 changed files with 2 additions and 3 deletions

View File

@ -292,4 +292,4 @@ class OpenLPWizard(QtGui.QWizard):
if folder: if folder:
editbox.setText(folder) editbox.setText(folder)
SettingsManager.set_last_dir(self.plugin.settingsSection, SettingsManager.set_last_dir(self.plugin.settingsSection,
folder, 1) folder, 1)

View File

@ -29,9 +29,8 @@ The :mod:`powersongimport` module provides the functionality for importing
PowerSong songs into the OpenLP database. PowerSong songs into the OpenLP database.
""" """
import logging import logging
import glob
import os
import fnmatch import fnmatch
import os
from openlp.core.lib import translate from openlp.core.lib import translate
from openlp.core.ui.wizard import WizardStrings from openlp.core.ui.wizard import WizardStrings