Up to gushies standards hopefully!

This commit is contained in:
Philip Ridout 2011-03-16 17:50:37 +00:00
parent b6d2423cb3
commit 136e12eb0b
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ class SongShowPlusImport(SongImport):
WizardStrings.ImportingType % file_name)
return True
def toOpenLPVerseTag(self, verseName, ignoreUnique=False):
def toOpenLPVerseTag(self, verseName, ignoreUnique=False):
if verseName.find(" ") != -1:
verseParts = verseName.split(" ")
verseType = verseParts[0]
@ -197,7 +197,7 @@ class SongShowPlusImport(SongImport):
else:
if not self.otherList.has_key(verseName):
if ignoreUnique:
return False
return None
self.otherCount = self.otherCount + 1
self.otherList[verseName] = str(self.otherCount)
verseTag = "O"