diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
commit | e18315c69f2044d6e6d4e684a42183b0218df66f (patch) | |
tree | 2ebea6220a386b1459ae6be3683a6ed229bc7375 /scripts/rpki/https.py | |
parent | 7f56c3d9d33a0ee814cba03966d6a0851804e9a4 (diff) |
Doc
svn path=/docs/rpki-db-schema.pdf; revision=1155
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r-- | scripts/rpki/https.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |