Mercurial > p > roundup > code
diff frontends/roundup.cgi @ 4374:58306b1b01c9
frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Apr 2010 00:39:01 +0000 |
| parents | 74aebbbea305 |
| children | 6e3e4f24c753 |
line wrap: on
line diff
--- a/frontends/roundup.cgi Fri Apr 16 06:52:18 2010 +0000 +++ b/frontends/roundup.cgi Mon Apr 19 00:39:01 2010 +0000 @@ -120,6 +120,7 @@ '''Used to make the CGI server look like a BaseHTTPRequestHandler ''' def __init__(self, wfile): + self.rfile = sys.stdin self.wfile = wfile def write(self, data): self.wfile.write(data)
