proper fault string to user whose account is disabled, but attempts to extract user...
[sfa.git] / sfa / trust / trustedroot.py
index 52ea2a2..90dfe46 100644 (file)
@@ -4,13 +4,9 @@
 import os
 
 from sfa.trust.gid import *
-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'
+    def __init__(self, dir):
         self.basedir = dir
         
         # create the directory to hold the files