~tomasgroth/openlp/portable-path

« back to all changes in this revision

Viewing changes to scripts/clean_up_resources.py

  • Committer: Tomas Groth
  • Date: 2019-04-30 19:02:42 UTC
  • mfrom: (2829.2.32 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20190430190242-6zwjk8724tyux70m
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
###############################################################################
6
6
# OpenLP - Open Source Lyrics Projection                                      #
7
7
# --------------------------------------------------------------------------- #
8
 
# Copyright (c) 2008-2018 OpenLP Developers                                   #
 
8
# Copyright (c) 2008-2019 OpenLP Developers                                   #
9
9
# --------------------------------------------------------------------------- #
10
10
# This program is free software; you can redistribute it and/or modify it     #
11
11
# under the terms of the GNU General Public License as published by the Free  #
26
26
 
27
27
from lxml import etree
28
28
 
 
29
 
29
30
resource_path = os.path.join('..', 'resources', 'images')
30
31
resource_file_path = os.path.join(resource_path, 'openlp-2.qrc')
31
32
src_directory = os.path.join('..', 'openlp')