~alisonken1/openlp/pjlink2-t

« back to all changes in this revision

Viewing changes to openlp/core/ui/formattingtagform.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:
27
27
from PyQt5 import QtCore, QtWidgets
28
28
 
29
29
from openlp.core.common.i18n import translate
30
 
from openlp.core.lib import FormattingTags
 
30
from openlp.core.lib.formattingtags import FormattingTags
31
31
from openlp.core.ui.formattingtagcontroller import FormattingTagController
32
32
from openlp.core.ui.formattingtagdialog import Ui_FormattingTagDialog
33
33