Fix import

This commit is contained in:
Samuel Mehrbrodt 2014-07-14 13:36:33 +02:00
parent 53cb11e03e
commit 0ce859c2cd
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ def clean_song(manager, song):
:param manager: The song database manager object.
:param song: The song object.
"""
from .xml import SongXML
from .openlyricsxml import SongXML
if song.title:
song.title = clean_title(song.title)