From beeea8ab9a7952258d3bdcf2c8cecb1a78fec131 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 5 Oct 2013 10:16:04 +0100 Subject: [PATCH] changed line spacing arround imports --- tests/functional/openlp_plugins/songs/songfileimporthelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/openlp_plugins/songs/songfileimporthelper.py b/tests/functional/openlp_plugins/songs/songfileimporthelper.py index 4f44b150c..f2e87da86 100644 --- a/tests/functional/openlp_plugins/songs/songfileimporthelper.py +++ b/tests/functional/openlp_plugins/songs/songfileimporthelper.py @@ -32,6 +32,7 @@ song files from third party applications. """ import json from unittest import TestCase + from tests.functional import patch, MagicMock class SongImportTestHelper(TestCase):