summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/test/harness.py
blob: 05e4736093d25561beb265cdacdc2434d8776dbd (plain)
1
2
3
4
5
6
7
8
9
import os, sys

here =  os.path.realpath('harness')

server_hostbase = os.path.realpath(here + '../../../../')

sys.path.insert(0,server_hostbase)
sys.path.insert(0,server_hostbase + '../')
sys.path.insert(0,'/home/dahl/Code/bcfg2/src/lib/Server/Hostbase')