diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-27 06:11:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-27 06:11:21 +0000 |
commit | 5c66a25dbb8ad1c283c3503e566782876179a1c3 (patch) | |
tree | 45be7843bfc7bf367afb83c7d9c31aba08c9db71 /scripts/testpoke.py | |
parent | 692a976a5197930ee0c9e0b5dec6f9c3bb721456 (diff) |
Debug left-right rekey and revoke operations
svn path=/scripts/rpki/left_right.py; revision=1510
Diffstat (limited to 'scripts/testpoke.py')
-rw-r--r-- | scripts/testpoke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testpoke.py b/scripts/testpoke.py index 40fce102..3d23751b 100644 --- a/scripts/testpoke.py +++ b/scripts/testpoke.py @@ -26,7 +26,7 @@ Usage: python testpoke.py [ { -y | --yaml } configfile ] Default configuration file is testpoke.yaml, override with --yaml option. """ -import traceback, os, time, getopt, sys, lxml, yaml +import os, time, getopt, sys, lxml, yaml import rpki.resource_set, rpki.up_down, rpki.left_right, rpki.x509 import rpki.https, rpki.config, rpki.cms, rpki.exceptions import rpki.relaxng, rpki.oids |