forked from openlp/openlp
Removed some unnecessary imports in the tests.
This commit is contained in:
parent
0483fdc8ea
commit
ebdd1d35dc
@ -4,8 +4,7 @@ Functional tests to test the AppLocation class and related methods.
|
|||||||
import sys
|
import sys
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
from mock import patch, MagicMock
|
from mock import patch
|
||||||
from PyQt4 import QtCore
|
|
||||||
|
|
||||||
from openlp.core.utils import AppLocation, _get_frozen_path
|
from openlp.core.utils import AppLocation, _get_frozen_path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user