Fix undefined variables

This commit is contained in:
Jon Tibble 2011-11-26 21:59:21 +00:00
parent ac365e5b6a
commit 5b4e8826ec
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from openlp.core.lib import translate
from openlp.core.lib.db import BaseModel
from openlp.core.ui.wizard import WizardStrings
from openlp.plugins.songs.lib import clean_song
from openlp.plugins.songs.lib.db import Author, Book, Song, Topic #, MediaFile
from openlp.plugins.songs.lib.db import Author, Book, MediaFile, Song, Topic
from songimport import SongImport
log = logging.getLogger(__name__)