removed u'

This commit is contained in:
Frode Woldsund 2010-06-23 09:22:05 +02:00
parent 4826408536
commit 07db3c4c21
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@ class SongImport(object):
self.versecount = 0
self.choruscount = 0
self.copyright_string = unicode(translate(
u'SongsPlugin.SongImport', u'copyright'))
'SongsPlugin.SongImport', 'copyright'))
self.copyright_symbol = unicode(translate(
u'SongsPlugin.SongImport', u'\xa9'))
'SongsPlugin.SongImport', '\xa9'))
@staticmethod
def process_songs_text(manager, text):