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

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/reporting.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 openlp.core.common.path import Path
30
30
from openlp.core.common.registry import Registry
31
31
from openlp.core.lib.ui import critical_error_message_box
32
 
from openlp.core.ui.lib.filedialog import FileDialog
 
32
from openlp.core.widgets.dialogs import FileDialog
33
33
from openlp.plugins.songs.lib.db import Song
34
34
 
35
35
log = logging.getLogger(__name__)