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/https.py | |
parent | 4e1caf4abd943317ff18b5f99fd665292f89ba3b (diff) |
More Doxygen.
svn path=/scripts/rpki/Doxyfile; revision=871
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r-- | scripts/rpki/https.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rpki/https.py b/scripts/rpki/https.py index 1faf2bc0..01b7849e 100644 --- a/scripts/rpki/https.py +++ b/scripts/rpki/https.py @@ -1,7 +1,5 @@ # $Id$ -import httplib, BaseHTTPServer, tlslite.api, glob, rpki.x509 - """HTTPS utilities, both client and server. At the moment this only knows how to use the PEM certs in my @@ -9,6 +7,8 @@ subversion repository; generalizing it would not be hard, but the more general version should use SQL anyway. """ +import httplib, BaseHTTPServer, tlslite.api, glob, rpki.x509 + rpki_content_type = "application/x-rpki" class CertInfo(object): |