This commit is contained in:
Tim Bentley 2016-04-17 21:11:55 +01:00
parent 760b34f35a
commit 1942a8ac14
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Temple Place, Suite 330, Boston, MA 02111-1307 USA #
############################################################################### ###############################################################################
""" """
Package to test the openlp.core.ui.listpreviewwidget. Package to test the openlp.core.ui.lib.listpreviewwidget.
""" """
from unittest import TestCase from unittest import TestCase
@ -29,7 +29,7 @@ from PyQt5 import QtGui, QtWidgets
from openlp.core.common import Registry from openlp.core.common import Registry
from openlp.core.lib import ServiceItem from openlp.core.lib import ServiceItem
from openlp.core.ui.lib.listwidgetwithdnd import ListWidgetWithDnD from openlp.core.ui.lib import ListWidgetWithDnD
from tests.interfaces import MagicMock, patch from tests.interfaces import MagicMock, patch
from tests.utils.osdinteraction import read_service_from_file from tests.utils.osdinteraction import read_service_from_file
from tests.helpers.testmixin import TestMixin from tests.helpers.testmixin import TestMixin