From: Tony Mack Date: Mon, 22 Jun 2009 14:21:24 +0000 (+0000) Subject: move trusted_roots directory to /etc/geni X-Git-Tag: sfa-0.9-0@14641~242 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=fc47499bbb7ff6b92b42730fdde783039f2b2b7e move trusted_roots directory to /etc/geni --- diff --git a/geni/util/trustedroot.py b/geni/util/trustedroot.py index f2ec35a1..7f9f7388 100644 --- a/geni/util/trustedroot.py +++ b/geni/util/trustedroot.py @@ -7,7 +7,7 @@ class TrustedRootList(): def __init__(self, dir=None): if not dir: config = Config() - dir = config.basepath + os.sep + 'trusted_roots' + dir = config.config_path + os.sep + 'trusted_roots' self.basedir = dir # create the directory to hold the files