Forgot to import translate from openlp.core.lib :(

This commit is contained in:
Frode Woldsund 2010-06-23 08:54:11 +02:00
parent 683a53c594
commit b95b598340

View File

@ -27,7 +27,7 @@ import re
from PyQt4 import QtGui
from openlp.core.lib import SongXMLBuilder
from openlp.core.lib import SongXMLBuilder, translate
from openlp.plugins.songs.lib import VerseType
from openlp.plugins.songs.lib.models import Song, Author, Topic, Book