Put comment in right place

This commit is contained in:
Martin Thompson 2010-09-15 22:02:32 +01:00
parent f7fafae09c
commit ec9230be38
1 changed files with 1 additions and 1 deletions

View File

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