From: Tony Mack Date: Wed, 11 Nov 2009 19:49:07 +0000 (+0000) Subject: change SFA_BASE_DIR to SFA_DATA_DIR X-Git-Tag: sfa-0.9-6~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a3ab496b43adffab4b6b628d5f00198624199eb0;p=sfa.git change SFA_BASE_DIR to SFA_DATA_DIR --- diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 8f4f9fce..66010b71 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -111,7 +111,7 @@ class Hierarchy: def __init__(self, basedir = None): if not basedir: self.config = Config() - basedir = os.path.join(self.config.SFA_BASE_DIR, "authorities") + basedir = os.path.join(self.config.SFA_DATA_DIR, "authorities") self.basedir = basedir ## # Given a hrn, return the filenames of the GID, private key, and dbinfo