Fix missing import

This commit is contained in:
Jon Tibble 2011-02-03 22:00:14 +00:00
parent 293bb8ce33
commit ea479bb67a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import logging
from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon, translate
from openlp.core.lib import build_icon, Receiver, translate
log = logging.getLogger(__name__)