Fix unused imports

This commit is contained in:
Jon Tibble 2011-12-26 16:33:11 +00:00
parent dcf01cc355
commit b25fe75070
2 changed files with 0 additions and 3 deletions

View File

@ -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__)

View File

@ -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):