From ebdd1d35dc6dfb22a3f3c6493a30d0a76927d481 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 5 Dec 2012 23:22:29 +0200 Subject: [PATCH] Removed some unnecessary imports in the tests. --- tests/functional/openlp_core_utils/test_applocation.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/functional/openlp_core_utils/test_applocation.py b/tests/functional/openlp_core_utils/test_applocation.py index 68c2d6f19..2577bf797 100644 --- a/tests/functional/openlp_core_utils/test_applocation.py +++ b/tests/functional/openlp_core_utils/test_applocation.py @@ -4,8 +4,7 @@ Functional tests to test the AppLocation class and related methods. import sys from unittest import TestCase -from mock import patch, MagicMock -from PyQt4 import QtCore +from mock import patch from openlp.core.utils import AppLocation, _get_frozen_path