forked from openlp/openlp
Fixes
bzr-revno: 29
This commit is contained in:
parent
9b44c75862
commit
79017563e8
@ -6,7 +6,7 @@ sys.path.insert(0,(os.path.join(mypath, '..', '..')))
|
|||||||
from openlp.utils import ConfigHelper
|
from openlp.utils import ConfigHelper
|
||||||
|
|
||||||
class BibleManager:
|
class BibleManager:
|
||||||
def __init__(self): # bible, type, path, user, password): # , type='sqlite'
|
def __init__(self):
|
||||||
"""
|
"""
|
||||||
Finds all the bibles defined for the system
|
Finds all the bibles defined for the system
|
||||||
Creates an Interface Object for each bible containing connection information
|
Creates an Interface Object for each bible containing connection information
|
||||||
|
Loading…
Reference in New Issue
Block a user