diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-01 01:36:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-01 01:36:57 +0000 |
commit | 8a825a38869bad3b30c0c854a480f976be43d560 (patch) | |
tree | e25b99221e8d3b854a2a6ccac43a9e91e3f3f551 /scripts/testroot.py | |
parent | 2cd6283d99d2e6862b8e2c95b444d27b1a8aa41c (diff) |
Braino
svn path=/scripts/testroot.py; revision=1221
Diffstat (limited to 'scripts/testroot.py')
-rwxr-xr-x | scripts/testroot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testroot.py b/scripts/testroot.py index ff8283f8..5cd224d9 100755 --- a/scripts/testroot.py +++ b/scripts/testroot.py @@ -64,7 +64,7 @@ class revoke_pdu(rpki.up_down.revoke_pdu): def serve_pdu(self, xxx1, q_msg, r_msg, xxx2): raise rpki.exceptions.NotImplementedYet -class message_pdu(rpki.up_down.base_elt): +class message_pdu(rpki.up_down.message_pdu): name2type = { "list" : list_pdu, "issue" : issue_pdu, "revoke" : revoke_pdu } type2name = dict((v,k) for k,v in name2type.items()) |