X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Ftrustedroot.py;h=90dfe4629b45383d03ab7ff9460dc3302a10b934;hb=a3bf61fdc8315c475c07d733aac3b49981c42825;hp=ea4a6946b2db9201b345a83f3b15c99dda3a83dc;hpb=950153a447b02cdb987c939cac32e63caa8cf3aa;p=sfa.git diff --git a/sfa/trust/trustedroot.py b/sfa/trust/trustedroot.py index ea4a6946..90dfe462 100644 --- a/sfa/trust/trustedroot.py +++ b/sfa/trust/trustedroot.py @@ -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: - # keep trusted roots in /etc/sfa - dir = Config().config_path + os.sep + 'trusted_roots' + def __init__(self, dir): self.basedir = dir # create the directory to hold the files