summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7b1a7a)
raw | patch | inline | side by side (parent: c7b1a7a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 26 Mar 2003 04:54:59 +0000 (04:54 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 26 Mar 2003 04:54:59 +0000 (04:54 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1626 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/scripts/roundup_server.py | patch | blob | history |
index 23cd8e931580ed4f5e6fb655e7cfaf636d963d5a..1a113efb165dcf87a00902e8e3f99916358d396b 100644 (file)
#
""" HTTP Server that serves roundup.
-$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 $
"""
# python version check
self.wfile.write("</pre>\n")
sys.stdin = save_stdin
- do_GET = do_POST = do_HEAD = send_head = run_cgi
+ do_GET = do_POST = run_cgi
def index(self):
''' Print up an index of the available trackers