diff --git a/openlp/plugins/bibles/lib/db.py b/openlp/plugins/bibles/lib/db.py index 8f1b0d752..1f5986ad7 100644 --- a/openlp/plugins/bibles/lib/db.py +++ b/openlp/plugins/bibles/lib/db.py @@ -37,7 +37,7 @@ from openlp.core.common import Registry, RegistryProperties, AppLocation, transl from openlp.core.lib.db import BaseModel, init_db, Manager from openlp.core.lib.ui import critical_error_message_box from openlp.core.utils import clean_filename -from . import upgrade +from openlp.plugins.bibles.lib import upgrade log = logging.getLogger(__name__) @@ -219,7 +219,7 @@ class BibleDB(QtCore.QObject, Manager, RegistryProperties): :param book_id: The id of the book being appended. :param chapter: The chapter number. :param text_list: A dict of the verses to be inserted. The key is the verse number, and the value is the - verse text. + verse text. """ log.debug('BibleDBcreate_chapter("%s", "%s")' % (book_id, chapter)) # Text list has book and chapter as first two elements of the array.