test fixes

This commit is contained in:
Philip Ridout 2016-08-09 21:49:52 +01:00
parent f1b25ef503
commit 4866dce071

View File

@ -25,7 +25,7 @@
from unittest import TestCase, skip from unittest import TestCase, skip
from openlp.core.common import Registry from openlp.core.common import Registry
from openlp.plugins.bibles.lib.http import BGExtract, CWExtract, BSExtract from openlp.plugins.bibles.lib.importers.http import BGExtract, CWExtract, BSExtract
from tests.interfaces import MagicMock from tests.interfaces import MagicMock