dont think this is still being used anywhere, but renamed SFA_BASE_DIR to SFA_CONFIG_...
authorTony Mack <tmack@cs.princeton.edu>
Wed, 11 Nov 2009 19:52:12 +0000 (19:52 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 11 Nov 2009 19:52:12 +0000 (19:52 +0000)
sfa/util/policy.py

index 1774c8c..2ff4fc4 100644 (file)
@@ -10,7 +10,7 @@ class Policy(SimpleStorage):
 
     def __init__(self, api):
         self.api = api
-        path = self.api.config.SFA_BASE_DIR
+        path = self.api.config.SFA_CONFIG_DIR
         filename = ".".join([self.api.interface, self.api.hrn, "policy"])    
         filepath = path + os.sep + filename
         self.policy_file = filepath