forked from openlp/openlp
fixed import
This commit is contained in:
parent
70bce87434
commit
1ae7c32adb
@ -32,11 +32,11 @@ Package to test the openlp.core.utils.actions package.
|
|||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
from PyQt4 import QtGui, QtCore
|
from PyQt4 import QtGui, QtCore
|
||||||
from mock import MagicMock
|
|
||||||
|
|
||||||
from openlp.core.common import Settings
|
from openlp.core.common import Settings
|
||||||
from openlp.core.utils import ActionList
|
from openlp.core.utils import ActionList
|
||||||
from openlp.core.utils.actions import CategoryActionList
|
from openlp.core.utils.actions import CategoryActionList
|
||||||
|
from tests.functional import MagicMock
|
||||||
from tests.helpers.testmixin import TestMixin
|
from tests.helpers.testmixin import TestMixin
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user