diff options
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" |