Forgot to import translate function.

This commit is contained in:
Mattias Põldaru 2012-03-06 22:03:18 +02:00
parent 1488eb8244
commit 2b28482b8b

View File

@ -66,7 +66,7 @@ import re
from lxml import etree, objectify
from openlp.core.lib import FormattingTags
from openlp.core.lib import FormattingTags, translate
from openlp.plugins.songs.lib import clean_song, VerseType
from openlp.plugins.songs.lib.db import Author, Book, Song, Topic
from openlp.core.utils import get_application_version