fixed import

This commit is contained in:
Andreas Preikschat 2014-04-22 12:32:02 +02:00
parent 70bce87434
commit 1ae7c32adb
1 changed files with 1 additions and 1 deletions

View File

@ -32,11 +32,11 @@ Package to test the openlp.core.utils.actions package.
from unittest import TestCase
from PyQt4 import QtGui, QtCore
from mock import MagicMock
from openlp.core.common import Settings
from openlp.core.utils import ActionList
from openlp.core.utils.actions import CategoryActionList
from tests.functional import MagicMock
from tests.helpers.testmixin import TestMixin