~raoul-snyman/openlp/stricter-slot-signatures

« back to all changes in this revision

Viewing changes to openlp/core/lib/serviceitem.py

  • Committer: Raoul Snyman
  • Date: 2016-07-24 12:25:46 UTC
  • mfrom: (2678.2.3 openlp)
  • Revision ID: raoul@snyman.info-20160724122546-sh8pp16rmqx5bzi0
HEAD

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
from PyQt5 import QtGui
35
35
 
36
36
from openlp.core.common import RegistryProperties, Settings, translate, AppLocation, md5_hash
37
 
from openlp.core.lib import ImageSource, build_icon, clean_tags, expand_tags, create_thumb
 
37
from openlp.core.lib import ImageSource, build_icon, clean_tags, expand_tags
38
38
 
39
39
log = logging.getLogger(__name__)
40
40