~raoul-snyman/openlp/fix-linting

« back to all changes in this revision

Viewing changes to openlp/core/lib/plugin.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:
26
26
 
27
27
from PyQt5 import QtCore
28
28
 
29
 
from openlp.core.common.registry import Registry, RegistryProperties
 
29
from openlp.core.common.i18n import UiStrings
 
30
from openlp.core.common.mixins import RegistryProperties
 
31
from openlp.core.common.registry import Registry
30
32
from openlp.core.common.settings import Settings
31
 
from openlp.core.common.i18n import UiStrings
32
33
from openlp.core.version import get_version
33
34
 
34
35
log = logging.getLogger(__name__)