X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Ftrustedroot.py;h=90dfe4629b45383d03ab7ff9460dc3302a10b934;hb=601896f1143516105ef8b5f7d48ad479297719dd;hp=52ea2a27a84f796fa5c3a15ec60f93f6a97f15cf;hpb=82880c26cb63971c469825a182eaed7a9c9a57ff;p=sfa.git diff --git a/sfa/trust/trustedroot.py b/sfa/trust/trustedroot.py index 52ea2a27..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: - config = Config() - dir = config.config_path + os.sep + 'trusted_roots' + def __init__(self, dir): self.basedir = dir # create the directory to hold the files