Removed import receiver

This commit is contained in:
Stevan Pettit 2011-08-29 08:59:19 -04:00
parent 7e48256534
commit 96076a4bac
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ import logging
from PyQt4 import QtCore, QtGui
from openlp.core.lib import Plugin, StringContent, build_icon, translate, \
Receiver
from openlp.core.lib import Plugin, StringContent, build_icon, translate
from openlp.core.lib.ui import base_action, UiStrings
from openlp.core.utils.actions import ActionList
from openlp.plugins.bibles.lib import BibleManager, BiblesTab, BibleMediaItem