From 172f13b12efb049963f3962e613e9c3f2f818c41 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 11 Jan 2015 17:18:17 +0200 Subject: [PATCH] Fix an erroneous import (probably PyCharm) --- tests/functional/openlp_core_ui/test_themeform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_ui/test_themeform.py b/tests/functional/openlp_core_ui/test_themeform.py index f902aff51..1a32edddb 100644 --- a/tests/functional/openlp_core_ui/test_themeform.py +++ b/tests/functional/openlp_core_ui/test_themeform.py @@ -34,7 +34,7 @@ from unittest import TestCase from openlp.core.ui import ThemeForm -from tests.interfaces import MagicMock, patch +from tests.functional import MagicMock, patch class TestThemeManager(TestCase):