should not be needed

This commit is contained in:
Andreas Preikschat 2013-04-20 20:34:06 +02:00
parent fb051cc8a0
commit 646b1596a9

View File

@ -159,8 +159,6 @@ class SongShowPlusImport(SongImport):
elif block_key == VERSE_ORDER:
verse_tag = self.to_openlp_verse_tag(data, True)
if verse_tag:
if not isinstance(verse_tag, unicode):
verse_tag = unicode(verse_tag, u'cp1252')
self.ssp_verse_order_list.append(verse_tag)
elif block_key == SONG_BOOK:
self.songBookName = data