diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-04-04 16:09:14 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-04-04 16:09:14 +0000 |
commit | 0c9969cc09605c9956f5894894658914c97938f5 (patch) | |
tree | 48089baa526d4c52c0d1742b838712dd2a399005 | |
parent | 53cbf373478183dcd6dbfff0cd46b4b3328b1b6d (diff) |
no longer necessary to set rpki.config.default_dirname from settings.py
svn path=/trunk/; revision=5272
-rw-r--r-- | rpkid/portal-gui/settings.py.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in index 7e4a62a7..7eb3f308 100644 --- a/rpkid/portal-gui/settings.py.in +++ b/rpkid/portal-gui/settings.py.in @@ -11,10 +11,6 @@ __version__ = '$Id$' import rpki.config import os.path -# needs to be set prior to the call to rpki.config.parser so it knows -# where to find the system rpki.conf -rpki.config.default_dirname = '%(AC_SYSCONFDIR)s' - # load the sql authentication bits from the system rpki.conf rpki_config = rpki.config.parser(section='web_portal') |