EW importer needs to import 'translate' before using it

This commit is contained in:
Jeffrey S. Smith 2010-09-25 07:13:42 -05:00
parent 053d73de9b
commit 0a3dc7bff4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import sys
import os
import struct
from openlp.core.lib import translate
from songimport import SongImport
def strip_rtf(blob):