Skip to content

Commit 1514dc3

Browse files
author
Richard Jones
committed
oops ;)
1 parent 3c79e6a commit 1514dc3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

server.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Stolen from CGIHTTPServer
55
6-
$Id: server.py,v 1.4 2001-07-19 10:43:01 anthonybaxter Exp $
6+
$Id: server.py,v 1.5 2001-07-20 12:33:06 richard Exp $
77
88
"""
99
import sys
@@ -13,7 +13,7 @@
1313

1414
__version__ = "0.1"
1515

16-
__all__ = ["CGIHTTPRequestHandler"]
16+
__all__ = ["RoundupRequestHandler"]
1717

1818
import os, urllib, StringIO, traceback, cgi, binascii
1919
import BaseHTTPServer
@@ -156,6 +156,9 @@ def main():
156156

157157
#
158158
# $Log: not supported by cvs2svn $
159+
# Revision 1.4 2001/07/19 10:43:01 anthonybaxter
160+
# HTTP_HOST and HTTP_PORT config options.
161+
#
159162
# Revision 1.3 2001/07/19 06:27:07 anthonybaxter
160163
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
161164
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)

0 commit comments

Comments
 (0)