From 8d04e4cc1138037644db08a52e33ccdfd23d2076 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 24 Dec 2009 20:03:49 +0200 Subject: [PATCH] YEEEHAH! Revision 700! --- openlp/plugins/bibles/lib/bibleOSISimpl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/bibleOSISimpl.py b/openlp/plugins/bibles/lib/bibleOSISimpl.py index e095f9448..fb7c7866a 100644 --- a/openlp/plugins/bibles/lib/bibleOSISimpl.py +++ b/openlp/plugins/bibles/lib/bibleOSISimpl.py @@ -54,7 +54,8 @@ class BibleOSISImpl(): A reference to a Bible database object. """ log.info(u'BibleOSISImpl Initialising') - self.verse_regex = re.compile(r'(.*?)') + self.verse_regex = re.compile( + r'(.*?)') self.note_regex = re.compile(r'(.*?)') self.title_regex = re.compile(r'(.*?)') self.milestone_regex = re.compile(r'')