We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6e6d4 commit 5eb5f99Copy full SHA for 5eb5f99
roundup/scripts/roundup_server.py
@@ -16,7 +16,7 @@
16
#
17
""" HTTP Server that serves roundup.
18
19
-$Id: roundup_server.py,v 1.20 2003-02-26 05:05:56 richard Exp $
+$Id: roundup_server.py,v 1.21 2003-03-26 04:54:59 richard Exp $
20
"""
21
22
# python version check
@@ -93,7 +93,7 @@ def run_cgi(self):
93
self.wfile.write("</pre>\n")
94
sys.stdin = save_stdin
95
96
- do_GET = do_POST = do_HEAD = send_head = run_cgi
+ do_GET = do_POST = run_cgi
97
98
def index(self):
99
''' Print up an index of the available trackers
0 commit comments