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

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/importer.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 openlp.core.common import is_win
28
28
from openlp.core.common.i18n import UiStrings, translate
29
 
from openlp.core.ui.lib.wizard import WizardStrings
 
29
from openlp.core.widgets.wizard import WizardStrings
30
30
from .importers.opensong import OpenSongImport
31
31
from .importers.easyslides import EasySlidesImport
32
32
from .importers.openlp import OpenLPSongImport