cleanup for config - again
[sfa.git] / sfa / trust / trustedroot.py
index 52ea2a2..ea4a694 100644 (file)
@@ -9,8 +9,8 @@ from sfa.util.config import Config
 class TrustedRootList:
     def __init__(self, dir=None):
         if not dir:
-            config = Config()
-            dir = config.config_path + os.sep + 'trusted_roots'
+            # keep trusted roots in /etc/sfa
+            dir = Config().config_path + os.sep + 'trusted_roots'
         self.basedir = dir
         
         # create the directory to hold the files