X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util%2Ftrustedroot.py;h=e957655d49b7d029e5721f48f22b2e5907b5295c;hb=7f2b1425bb6df39bc8471de00848c36f641047d0;hp=b531172af5bdaed578f103d7d60b06e855defa9e;hpb=aee745798b84ec94dfbbbd611d7b9ea5631ccb8e;p=sfa.git diff --git a/util/trustedroot.py b/util/trustedroot.py index b531172a..e957655d 100644 --- a/util/trustedroot.py +++ b/util/trustedroot.py @@ -3,8 +3,8 @@ import os from gid import * class TrustedRootList(): - def __init__(self, basedir="."): - self.basedir = os.path.join(basedir, "trusted_roots") + def __init__(self, dir="./trusted_roots"): + self.basedir = dir # create the directory to hold the files try: