forked from openlp/openlp
Bugfixes in Bibles.
bzr-revno: 756
This commit is contained in:
commit
38d8467d19
@ -63,7 +63,8 @@ class OpenSongBible(BibleDB):
|
|||||||
Loads a Bible from file.
|
Loads a Bible from file.
|
||||||
"""
|
"""
|
||||||
log.debug(u'Starting OpenSong import from "%s"' % self.filename)
|
log.debug(u'Starting OpenSong import from "%s"' % self.filename)
|
||||||
self.filename = unicode(self.filename, u'utf-8')
|
if not isinstance(self.filename, unicode):
|
||||||
|
self.filename = unicode(self.filename, u'utf8')
|
||||||
self.wizard.incrementProgressBar(u'Preparing for import...')
|
self.wizard.incrementProgressBar(u'Preparing for import...')
|
||||||
file = None
|
file = None
|
||||||
success = True
|
success = True
|
||||||
|
Loading…
Reference in New Issue
Block a user