From b25fe75070e1882430a8c2f2426d1fbc01a7b875 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Mon, 26 Dec 2011 16:33:11 +0000 Subject: [PATCH] Fix unused imports --- openlp/plugins/remotes/lib/httpserver.py | 1 - openlp/plugins/songs/lib/upgrade.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/openlp/plugins/remotes/lib/httpserver.py b/openlp/plugins/remotes/lib/httpserver.py index 0da445ede..0bddc23b2 100644 --- a/openlp/plugins/remotes/lib/httpserver.py +++ b/openlp/plugins/remotes/lib/httpserver.py @@ -125,7 +125,6 @@ from PyQt4 import QtCore, QtNetwork from mako.template import Template from openlp.core.lib import Receiver, PluginStatus, StringContent -from openlp.core.ui import HideMode from openlp.core.utils import AppLocation, translate log = logging.getLogger(__name__) diff --git a/openlp/plugins/songs/lib/upgrade.py b/openlp/plugins/songs/lib/upgrade.py index 25f90e860..444be5960 100644 --- a/openlp/plugins/songs/lib/upgrade.py +++ b/openlp/plugins/songs/lib/upgrade.py @@ -33,8 +33,6 @@ from sqlalchemy import Column, Table, types from sqlalchemy.sql.expression import func from migrate.changeset.constraint import ForeignKeyConstraint -from openlp.plugins.songs.lib.db import Song - __version__ = 3 def upgrade_setup(metadata):