summaryrefslogtreecommitdiff
path: root/test/settestpath.py
blob: 1cbcdce5243407b5e141da444a81b97547a23baa (plain)
1
2
3
4
5
6
7
import sys

# Adjust path so we can see the src modules running from branch as well
# as test dir:
sys.path.insert(0, '../../')
sys.path.insert(0, '../')
sys.path.insert(0, './')