From 79017563e856cce399c56dcc4894930e6a2dd64c Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 22 Oct 2008 19:09:17 +0000 Subject: [PATCH] Fixes bzr-revno: 29 --- openlp/database/BibleManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/database/BibleManager.py b/openlp/database/BibleManager.py index bfb1a99c9..d23d4318c 100644 --- a/openlp/database/BibleManager.py +++ b/openlp/database/BibleManager.py @@ -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