diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-12 04:17:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-12 04:17:42 +0000 |
commit | 307e3c25b1c42e19e996f193a086cc4024f99014 (patch) | |
tree | 1e75459029314380a7ef1016161c1d5e07d23fbd /scripts/rpki/left_right.py | |
parent | 4e1caf4abd943317ff18b5f99fd665292f89ba3b (diff) |
More Doxygen.
svn path=/scripts/rpki/Doxyfile; revision=871
Diffstat (limited to 'scripts/rpki/left_right.py')
-rw-r--r-- | scripts/rpki/left_right.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rpki/left_right.py b/scripts/rpki/left_right.py index 0f1ba415..4b52a61b 100644 --- a/scripts/rpki/left_right.py +++ b/scripts/rpki/left_right.py @@ -1,5 +1,7 @@ # $Id$ +"""RPKI "left-right" protocol.""" + import base64, sax_utils, resource_set, lxml.etree, POW, POW.pkix xmlns = "http://www.hactrn.net/uris/rpki/left-right-spec/" |