This commit is contained in:
Samuel Findlay 2012-06-04 01:32:21 +10:00
parent 501107c840
commit 676b0223b8
1 changed files with 1 additions and 1 deletions

View File

@ -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):