diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-20 20:48:56 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-20 20:48:56 +0000 |
commit | f667aeb2a42af39038fb10044405a6c02cc14531 (patch) | |
tree | 023172e6d23548069b4b91fa552d878cf44e0473 /portal-gui/scripts/load_csv.py | |
parent | 7c26e04d89406d7af06d2ad2c951d9d50a797cf0 (diff) |
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
Diffstat (limited to 'portal-gui/scripts/load_csv.py')
-rwxr-xr-x | portal-gui/scripts/load_csv.py | 4 |
1 files changed, 2 insertions, 2 deletions
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') |