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

« back to all changes in this revision

Viewing changes to openlp/core/common/applocation.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:
29
29
import appdirs
30
30
 
31
31
import openlp
32
 
from openlp.core.common import get_frozen_path, is_win, is_macosx
 
32
from openlp.core.common import get_frozen_path, is_macosx, is_win
33
33
from openlp.core.common.path import Path, create_paths
34
34
from openlp.core.common.settings import Settings
35
35
 
 
36
 
36
37
log = logging.getLogger(__name__)
37
38
 
38
39
FROZEN_APP_PATH = Path(sys.argv[0]).parent