whitespace

This commit is contained in:
Andreas Preikschat 2010-09-16 18:35:19 +02:00
parent 6795c04947
commit 30ad1a3eb0

View File

@ -641,7 +641,7 @@ class BibleMediaItem(MediaManagerItem):
title = u'%s %s:%s-%s:%s (%s)' % (start_book, start_chapter, title = u'%s %s:%s-%s:%s (%s)' % (start_book, start_chapter,
start_verse, old_chapter, old_verse, start_version) start_verse, old_chapter, old_verse, start_version)
return title return title
def checkTitle(self, item, old_item): def checkTitle(self, item, old_item):
""" """
This methode checks if we are at the end of an verse range. If that is This methode checks if we are at the end of an verse range. If that is