diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 2d81a8485..00670d490 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -36,6 +36,7 @@ import datetime import logging import os import uuid + from PyQt4 import QtCore, QtGui from openlp.core.lib import build_icon, clean_tags, expand_tags, translate, ImageSource, Settings