remove dependency of Config module from TrustedRoots class
[sfa.git] / sfa / plc / sfaImport.py
index 02208a1..3323080 100644 (file)
@@ -52,7 +52,7 @@ class sfaImport:
 
     def __init__(self):
         self.AuthHierarchy = Hierarchy()
-        self.TrustedRoots = TrustedRootList()
+        self.TrustedRoots = TrustedRootList(Config.get_trustedroots_dir())
 
         self.config = Config()
         self.plc_auth = self.config.get_plc_auth()