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