forked from openlp/openlp
Tidy up
This commit is contained in:
parent
501107c840
commit
676b0223b8
@ -87,7 +87,7 @@ class PowerSongImport(SongImport):
|
||||
"""
|
||||
Receive either a list of files or a folder (unicode) to import.
|
||||
"""
|
||||
from importer import SongFormat, SongFormat
|
||||
from importer import SongFormat
|
||||
PS_string = SongFormat.get(SongFormat.PowerSong, SongFormat.Name)
|
||||
if isinstance(self.importSource, unicode):
|
||||
if os.path.isdir(self.importSource):
|
||||
|
Loading…
Reference in New Issue
Block a user