aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r--scripts/rpki/https.py4
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):