Change relative import to absolute import

This commit is contained in:
Jonathan Springer 2015-09-08 15:13:26 -04:00
parent 934a9cb7b3
commit 46d4105cb1

View File

@ -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__)