forked from openlp/openlp
Minor fixes
This commit is contained in:
parent
31debbe238
commit
a03af240df
@ -292,4 +292,4 @@ class OpenLPWizard(QtGui.QWizard):
|
||||
if folder:
|
||||
editbox.setText(folder)
|
||||
SettingsManager.set_last_dir(self.plugin.settingsSection,
|
||||
folder, 1)
|
||||
folder, 1)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user