~alisonken1/openlp/pjlink2-t

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_core/ui/test_thememanager.py

  • Committer: Raoul Snyman
  • Author(s): Simon Hanna
  • Date: 2018-08-26 00:20:41 UTC
  • mfrom: (2829.1.2 rework-imports)
  • Revision ID: raoul@snyman.info-20180826002041-olbs1zdmapl4teg3
Rework a couple of imports. Now a subset of tests can be run again, which previously failed due to circular imports (at least that's what I guess)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from openlp.core.common.path import Path
29
29
from openlp.core.common.registry import Registry
30
30
from openlp.core.common.settings import Settings
31
 
from openlp.core.ui import ThemeManager
 
31
from openlp.core.ui.thememanager import ThemeManager
32
32
from tests.helpers.testmixin import TestMixin
33
33
 
34
34