Fixed a bug that showed instances not associated with the slice
[sfa.git] / sfatables / globals.py
index fe6788d..4e8e77e 100644 (file)
@@ -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")