From 08d93b9a78396516c3a4a9741f8379832af50b89 Mon Sep 17 00:00:00 2001 From: aum <aum> Date: Fri, 30 Jul 2004 12:40:41 +0000 Subject: [PATCH] added module docstring indicating changes --- apps/sam/python/src/i2p/SimpleHTTPServer.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/sam/python/src/i2p/SimpleHTTPServer.py b/apps/sam/python/src/i2p/SimpleHTTPServer.py index 3f4fb71719..31af1dcdcc 100644 --- a/apps/sam/python/src/i2p/SimpleHTTPServer.py +++ b/apps/sam/python/src/i2p/SimpleHTTPServer.py @@ -1,6 +1,11 @@ #! /usr/bin/env python """Simple HTTP Server. +Hacked by aum from standard python module of the same name, +modified for compatibility with sunshine's 'i2p.sam.socket'. + +-- + This module builds on SAMBaseHTTPServer by implementing the standard GET and HEAD requests in a fairly straightforward manner. -- GitLab