From 6531224cecfe1a5f43453706ff6cec2c3f47f1e6 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 8 Jan 2013 08:20:49 +0200 Subject: [PATCH] Fix an erroneous and unused import in a test. --- tests/functional/openlp_core_lib/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_lib/test_lib.py b/tests/functional/openlp_core_lib/test_lib.py index 7b3d64fd2..90e429b9a 100644 --- a/tests/functional/openlp_core_lib/test_lib.py +++ b/tests/functional/openlp_core_lib/test_lib.py @@ -3,7 +3,7 @@ Package to test the openlp.core.lib package. """ from unittest import TestCase -from mock import MagicMock, patch, call +from mock import MagicMock, patch from openlp.core.lib import str_to_bool, translate, check_directory_exists, get_text_file_string