From: Andy Bavier Date: Thu, 11 Mar 2010 20:01:21 +0000 (+0000) Subject: Revert accidental checkin X-Git-Tag: sfa-0.9-11~46 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=db5810f7141b6614aa866e65ddd696bf9ee7d157 Revert accidental checkin --- 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")