From a3ab496b43adffab4b6b628d5f00198624199eb0 Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@cs.princeton.edu>
Date: Wed, 11 Nov 2009 19:49:07 +0000
Subject: [PATCH] change SFA_BASE_DIR to SFA_DATA_DIR

---
 sfa/trust/hierarchy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.47.0