Put comment in right place

This commit is contained in:
Martin Thompson 2010-09-15 22:02:32 +01:00
parent f7fafae09c
commit ec9230be38

View File

@ -235,8 +235,8 @@ class OpenSongImport(SongImport):
if match is not None: if match is not None:
versetype = match.group(1) versetype = match.group(1)
versenum = match.group(2) versenum = match.group(2)
# otherwise we assume number 1 and take the whole prefix as versetype
else: else:
# otherwise we assume number 1 and take the whole prefix as versetype
versetype = content versetype = content
versenum = u'1' versenum = u'1'
continue continue