From 29bdf095d3972e7acd588c21e210375b17c4bc92 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 11 Oct 2013 12:15:09 +0200 Subject: [PATCH] removed import --- tests/functional/openlp_core_lib/test_settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/openlp_core_lib/test_settings.py b/tests/functional/openlp_core_lib/test_settings.py index f9c3dd87c..6836ce0e8 100644 --- a/tests/functional/openlp_core_lib/test_settings.py +++ b/tests/functional/openlp_core_lib/test_settings.py @@ -35,8 +35,6 @@ from tempfile import mkstemp from unittest import TestCase from PyQt4 import QtGui -from PyQt4 import QtGui - from openlp.core.lib import Settings