From 307e3c25b1c42e19e996f193a086cc4024f99014 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 12 Aug 2007 04:17:42 +0000 Subject: More Doxygen. svn path=/scripts/rpki/Doxyfile; revision=871 --- scripts/rpki/https.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/rpki/https.py') 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): -- cgit v1.2.3