X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fglobals.py;h=4e8e77e8d67894d56693eb76b224249831568af2;hp=fe6788d7576c6cacf37cfeb3d7e39ff864bf0b67;hb=52b4cb21f33f380f55d467709b1b9bc8ba84bd57;hpb=c6e0881fc4ea9ba35f2a3b1a13a2b65c4a90914b diff --git a/sfatables/globals.py b/sfatables/globals.py index fe6788d7..4e8e77e8 100644 --- a/sfatables/globals.py +++ b/sfatables/globals.py @@ -1,5 +1,5 @@ import os.path -sfatables_config = '/etc/sfatables' +sfatables_config = '/Users/andy/Desktop/svn.planet-lab.org/sfa/trunk/sfatables' match_dir = os.path.join(sfatables_config, "matches") target_dir = os.path.join(sfatables_config, "targets")