diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
commit | 0b9d273ed65a77d480f789ab77107e73af55fd1c (patch) | |
tree | df9236ebe9da4f4c702b860b462a0f93f724092b /scripts/http-client.py | |
parent | 3b26727b8b5c48e783be35cc821193aa4086d48b (diff) |
Rename testroot => rootd
svn path=/scripts/Makefile; revision=1437
Diffstat (limited to 'scripts/http-client.py')
-rw-r--r-- | scripts/http-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/http-client.py b/scripts/http-client.py index 880ad039..3e5ec618 100644 --- a/scripts/http-client.py +++ b/scripts/http-client.py @@ -8,7 +8,7 @@ Usage: python http-client [ { -c | --config } configfile ] Default configuration file is http-demo.conf, override with --config option. """ -import rpki.config, rpki.https, getopt +import rpki.config, rpki.https, getopt, sys msg = "This is a test. This is only a test. Had this been real you would now be really confused.\n" |