forked from openlp/openlp
fix
This commit is contained in:
parent
760b34f35a
commit
1942a8ac14
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user