~raoul-snyman/openlp/dont-test-uno-on-macos

« back to all changes in this revision

Viewing changes to openlp/plugins/media/lib/mediaitem.py

  • Committer: Raoul Snyman
  • Date: 2017-10-25 21:18:38 UTC
  • mfrom: (2780.1.2 refactorings-3)
  • Revision ID: raoul@snyman.info-20171025211838-be4wutkihlytvkk3
Merge in refactorings-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from openlp.core.common.applocation import AppLocation
29
29
from openlp.core.common.i18n import UiStrings, translate, get_locale_key
30
30
from openlp.core.common.path import Path, path_to_str, create_paths
31
 
from openlp.core.common.registry import Registry, RegistryProperties
 
31
from openlp.core.common.mixins import RegistryProperties
 
32
from openlp.core.common.registry import Registry
32
33
from openlp.core.common.settings import Settings
33
34
from openlp.core.lib import ItemCapabilities, MediaManagerItem, MediaType, ServiceItem, ServiceItemContext, \
34
35
    build_icon, check_item_selected