Reorder imports

This commit is contained in:
Jonathan Springer 2014-04-15 16:51:55 -04:00
parent 87e1c5d986
commit 721bcc20e2
1 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ Package to test the openlp.core.ui.firsttimeform package.
"""
from unittest import TestCase
from tests.functional import MagicMock
from tests.helpers.testmixin import TestMixin
from openlp.core.common import Registry
from openlp.core.ui.firsttimeform import FirstTimeForm
from tests.functional import MagicMock
from tests.helpers.testmixin import TestMixin
class TestFirstTimeForm(TestCase, TestMixin):