4e8e77e8d67894d56693eb76b224249831568af2
[sfa.git] / sfatables / globals.py
1 import os.path
2
3 sfatables_config = '/Users/andy/Desktop/svn.planet-lab.org/sfa/trunk/sfatables'
4 match_dir = os.path.join(sfatables_config, "matches")
5 target_dir = os.path.join(sfatables_config, "targets")