From f667aeb2a42af39038fb10044405a6c02cc14531 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 20 Jan 2011 20:48:56 +0000 Subject: UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changes into line with the other Python code portal-gui needs a bit more work to bring its autoconf into line with the other code, which may include some source tree reorganizations. svn path=/portal-gui/Makefile.in; revision=3621 --- portal-gui/scripts/load_csv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portal-gui/scripts/load_csv.py') diff --git a/portal-gui/scripts/load_csv.py b/portal-gui/scripts/load_csv.py index 61ec15b6..476539b9 100755 --- a/portal-gui/scripts/load_csv.py +++ b/portal-gui/scripts/load_csv.py @@ -20,7 +20,7 @@ # Primarly useful for the initial load, as the GUI does not sync changes # made directly to the csv files back into the database. # -# This script should be run from the directory containing the myrpki.conf +# This script should be run from the directory containing the rpki.conf # for the handle you are loading data # @@ -36,7 +36,7 @@ from rpki.myrpki import csv_reader from rpkigui.myrpki import models from rpkigui.myrpki.views import add_roa_requests -cfg_file = os.getenv("MYRPKI_CONF", "myrpki.conf") +cfg_file = os.getenv("RPKI_CONF", "rpki.conf") cfg = rpki.config.parser(cfg_file, "myrpki") handle = cfg.get('handle') asn_csv = cfg.get('asn_csv') -- cgit v1.2.3