openlp/tests/utils/constants.py

6 lines
165 B
Python
Raw Normal View History

import os
2013-08-31 18:17:38 +00:00
OPENLP_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
TEST_RESOURCES_PATH = os.path.join(OPENLP_PATH, 'tests', 'resources')