forked from openlp/openlp
Test fix
This commit is contained in:
parent
6d2b1d958e
commit
0dee929f30
@ -131,6 +131,7 @@ class BibleDB(QtCore.QObject, Manager, RegistryProperties):
|
|||||||
log.info('BibleDB loaded')
|
log.info('BibleDB loaded')
|
||||||
QtCore.QObject.__init__(self)
|
QtCore.QObject.__init__(self)
|
||||||
self.bible_plugin = parent
|
self.bible_plugin = parent
|
||||||
|
self.session = None
|
||||||
if 'path' not in kwargs:
|
if 'path' not in kwargs:
|
||||||
raise KeyError('Missing keyword argument "path".')
|
raise KeyError('Missing keyword argument "path".')
|
||||||
if 'name' not in kwargs and 'file' not in kwargs:
|
if 'name' not in kwargs and 'file' not in kwargs:
|
||||||
|
Loading…
Reference in New Issue
Block a user