Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 1782:d51cb5225d4a
commented out example tracker homes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 04 Sep 2003 23:28:50 +0000 |
| parents | c376d6c2da1a |
| children | 921c48ecb3f5 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Thu Sep 04 00:47:01 2003 +0000 +++ b/roundup/scripts/roundup_server.py Thu Sep 04 23:28:50 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.27 2003-09-04 23:28:50 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 #
