From 0dee929f3096c3fcfc888b219bb65be8bcaefdfb Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 1 Feb 2015 21:40:17 +0000 Subject: [PATCH] Test fix --- openlp/plugins/bibles/lib/db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/plugins/bibles/lib/db.py b/openlp/plugins/bibles/lib/db.py index dabdd71e4..00f4832db 100644 --- a/openlp/plugins/bibles/lib/db.py +++ b/openlp/plugins/bibles/lib/db.py @@ -131,6 +131,7 @@ class BibleDB(QtCore.QObject, Manager, RegistryProperties): log.info('BibleDB loaded') QtCore.QObject.__init__(self) self.bible_plugin = parent + self.session = None if 'path' not in kwargs: raise KeyError('Missing keyword argument "path".') if 'name' not in kwargs and 'file' not in kwargs: