forked from openlp/openlp
Fixed up a bug introduced in the merge.
This commit is contained in:
parent
250fb09737
commit
a355c381c2
@ -32,6 +32,8 @@ from logging import FileHandler
|
|||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
|
|
||||||
|
log = logging.getLogger()
|
||||||
|
|
||||||
import openlp
|
import openlp
|
||||||
from openlp.core.lib import Receiver, str_to_bool
|
from openlp.core.lib import Receiver, str_to_bool
|
||||||
from openlp.core.resources import qInitResources
|
from openlp.core.resources import qInitResources
|
||||||
|
Loading…
Reference in New Issue
Block a user