From ec9230be386828bc648ab253e6c776638ea423b5 Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Wed, 15 Sep 2010 22:02:32 +0100 Subject: [PATCH] Put comment in right place --- openlp/plugins/songs/lib/opensongimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/opensongimport.py b/openlp/plugins/songs/lib/opensongimport.py index bae1db18d..f4be0dc87 100644 --- a/openlp/plugins/songs/lib/opensongimport.py +++ b/openlp/plugins/songs/lib/opensongimport.py @@ -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