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