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

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/forms/duplicatesongremovalform.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:
29
29
from PyQt5 import QtCore, QtWidgets
30
30
 
31
31
from openlp.core.common.i18n import translate
32
 
from openlp.core.common.registry import Registry, RegistryProperties
33
 
from openlp.core.ui.lib.wizard import OpenLPWizard, WizardStrings
 
32
from openlp.core.common.mixins import RegistryProperties
 
33
from openlp.core.common.registry import Registry
 
34
from openlp.core.widgets.wizard import OpenLPWizard, WizardStrings
34
35
from openlp.plugins.songs.lib import delete_song
35
36
from openlp.plugins.songs.lib.db import Song
36
37
from openlp.plugins.songs.forms.songreviewwidget import SongReviewWidget