summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/comm_taskgraph/test/conftest.py
blob: 83ed5343f4cdc02e7d7338675423ba514f923f71 (plain)
1
2
3
4
5
6
7
import os
import sys

HERE = os.path.dirname(__file__)
EXT_PATH = os.path.abspath(os.path.join(HERE, "..", ".."))

sys.path.insert(0, EXT_PATH)