bzr-revno: 29
This commit is contained in:
Tim Bentley 2008-10-22 19:09:17 +00:00
parent 9b44c75862
commit 79017563e8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ sys.path.insert(0,(os.path.join(mypath, '..', '..')))
from openlp.utils import ConfigHelper
class BibleManager:
def __init__(self): # bible, type, path, user, password): # , type='sqlite'
def __init__(self):
"""
Finds all the bibles defined for the system
Creates an Interface Object for each bible containing connection information