From a8f2cd2e1f76240aac70bcbe20a0465367aa2d9c Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Tue, 4 May 2010 22:19:40 +0100 Subject: [PATCH 1/2] Import fixes --- openlp/plugins/remotes/remoteplugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index 2c632d90d..bc1679fc9 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -25,9 +25,7 @@ import logging -from PyQt4 import QtNetwork, QtCore - -from openlp.core.lib import Plugin, Receiver +from openlp.core.lib import Plugin from openlp.plugins.remotes.lib import RemoteTab, HttpServer log = logging.getLogger(__name__) From c8b6a3640d9de90ca1001e63234220c95e491240 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Thu, 20 May 2010 17:49:47 +0100 Subject: [PATCH 2/2] Import fixes --- openlp/plugins/songs/forms/songimportform.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openlp/plugins/songs/forms/songimportform.py b/openlp/plugins/songs/forms/songimportform.py index 3049ed6c5..ff6b416c6 100644 --- a/openlp/plugins/songs/forms/songimportform.py +++ b/openlp/plugins/songs/forms/songimportform.py @@ -23,10 +23,7 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### -import csv import logging -import os -import os.path from PyQt4 import QtCore, QtGui