From: Tony Mack Date: Wed, 11 Nov 2009 19:52:12 +0000 (+0000) Subject: dont think this is still being used anywhere, but renamed SFA_BASE_DIR to SFA_CONFIG_... X-Git-Tag: sfa-0.9-6~19 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4a231f87f474158efc120042e3029180823f4eee;p=sfa.git dont think this is still being used anywhere, but renamed SFA_BASE_DIR to SFA_CONFIG_DIR just to be safe --- diff --git a/sfa/util/policy.py b/sfa/util/policy.py index 1774c8cc..2ff4fc42 100644 --- a/sfa/util/policy.py +++ b/sfa/util/policy.py @@ -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