fuel-main/test/root.py
2012-11-06 12:27:40 +00:00

7 lines
191 B
Python

import os
here = lambda * x: os.path.join(os.path.abspath(os.path.dirname(__file__)), *x)
REPOSITORY_ROOT = here('..')
root = lambda * x: os.path.join(os.path.abspath(REPOSITORY_ROOT), *x)