forked from openlp/openlp
Fixed a broken import.
bzr-revno: 779
This commit is contained in:
commit
f199bc9b02
@ -24,7 +24,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
from serviceitemdialog import Ui_ServiceNoteEdit
|
from servicenotedialog import Ui_ServiceNoteEdit
|
||||||
|
|
||||||
class ServiceNoteForm(QtGui.QDialog, Ui_ServiceNoteEdit):
|
class ServiceNoteForm(QtGui.QDialog, Ui_ServiceNoteEdit):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user