change SFA_BASE_DIR to SFA_DATA_DIR
authorTony Mack <tmack@cs.princeton.edu>
Wed, 11 Nov 2009 19:49:07 +0000 (19:49 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 11 Nov 2009 19:49:07 +0000 (19:49 +0000)
sfa/trust/hierarchy.py

index 8f4f9fc..66010b7 100644 (file)
@@ -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