From e18315c69f2044d6e6d4e684a42183b0218df66f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 11 Oct 2007 03:45:06 +0000 Subject: Doc svn path=/docs/rpki-db-schema.pdf; revision=1155 --- scripts/rpki/https.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/rpki/https.py') diff --git a/scripts/rpki/https.py b/scripts/rpki/https.py index 70e035f8..6aeba62a 100644 --- a/scripts/rpki/https.py +++ b/scripts/rpki/https.py @@ -50,6 +50,7 @@ class requestHandler(BaseHTTPServer.BaseHTTPRequestHandler): rpki_handlers = None # Subclass must bind def rpki_find_handler(self): + """Helper method to search self.rpki_handlers.""" for s,h in self.rpki_handlers: if self.path.startswith(s): return h -- cgit v1.2.3