bug fix in importing sfa method modules
[sfa.git] / sfa / trust / trustedroot.py
index 9940d58..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'
+class TrustedRootList:
+    def __init__(self, dir):
         self.basedir = dir
         
         # create the directory to hold the files