Added ref to HTTPServer I2PCGIHTTPServer and I2PSimpleHTTPServer to save users having to unnecessarily import i2p.I2PBaseHTTPServer

This commit is contained in:
aum
2004-08-01 03:21:11 +00:00
committed by zzz
parent 99c18396ab
commit 598732915e
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ __version__ = "0.1.0"
__all__ = ["SimpleHTTPRequestHandler"]
HTTPServer = I2PBaseHTTPServer.HTTPServer
class SimpleHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
pass