~raoul-snyman/openlp/fix-macos-pdf-test

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/importers/songshowplus.py

  • Committer: Raoul Snyman
  • Date: 2019-02-14 07:04:30 UTC
  • mfrom: (2766.3.118 webengine-migrate)
  • Revision ID: raoul@snyman.info-20190214070430-nxe1vaeaapq3ult5
Migration from WebKit to Webengine. Also introduced reveal.js for slide rendering, new screen setup dialogs and many other changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from openlp.plugins.songs.lib import VerseType, retrieve_windows_encoding
32
32
from openlp.plugins.songs.lib.importers.songimport import SongImport
33
33
 
 
34
 
34
35
TITLE = 1
35
36
AUTHOR = 2
36
37
COPYRIGHT = 3