Fixed up a bug introduced in the merge.

This commit is contained in:
Raoul Snyman 2010-03-06 01:03:00 +02:00
parent 250fb09737
commit a355c381c2
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ from logging import FileHandler
from optparse import OptionParser
from PyQt4 import QtCore, QtGui
log = logging.getLogger()
import openlp
from openlp.core.lib import Receiver, str_to_bool
from openlp.core.resources import qInitResources