From 9ea1cab296f44026838e5ed3f316128b21c59dd3 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 15 Oct 2015 19:21:04 +0100 Subject: [PATCH] code fix --- tests/functional/test_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/test_init.py b/tests/functional/test_init.py index d3a9dff6e..d13958a58 100644 --- a/tests/functional/test_init.py +++ b/tests/functional/test_init.py @@ -33,7 +33,6 @@ from openlp.core.common import Settings from tests.helpers.testmixin import TestMixin from tests.functional import MagicMock, patch, call - TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'resources'))