Import fixes

This commit is contained in:
Jon Tibble 2010-05-04 22:19:40 +01:00
parent 108d3244c9
commit a8f2cd2e1f

View File

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