Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 1783:a1e38322bd19 maint-0.6
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 04 Sep 2003 23:30:28 +0000 |
| parents | c376d6c2da1a |
| children | e2727ced8bea |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Thu Sep 04 23:09:48 2003 +0000 +++ b/roundup/scripts/roundup_server.py Thu Sep 04 23:30:28 2003 +0000 @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.26 2003-08-12 01:14:11 richard Exp $ +$Id: roundup_server.py,v 1.26.2.1 2003-09-04 23:30:28 richard Exp $ """ # python version check @@ -40,21 +40,12 @@ # Make sure the NAME part doesn't include any url-unsafe characters like # spaces, as these confuse the cookie handling in browsers like IE. TRACKER_HOMES = { - 'bar': '/tmp/bar', +# 'example': '/path/to/example', } ROUNDUP_USER = None -# Where to log debugging information to. Use an instance of DevNull if you -# don't want to log anywhere. -# TODO: actually use this stuff -#class DevNull: -# def write(self, info): -# pass -#LOG = open('/var/log/roundup.cgi.log', 'a') -#LOG = DevNull() - # ## end configuration #
