~alisonken1/openlp/pjlink2-t

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/songstab.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:
24
24
 
25
25
from openlp.core.common.i18n import translate
26
26
from openlp.core.common.settings import Settings
27
 
from openlp.core.lib import SettingsTab
 
27
from openlp.core.lib.settingstab import SettingsTab
28
28
from openlp.plugins.songs.lib.ui import SongStrings
29
29
 
30
30