Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 800b226bba58 |
| children | 027b297ce23c |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/scripts/roundup_server.py Wed Feb 11 23:55:10 2004 +0000 @@ -14,10 +14,12 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -""" HTTP Server that serves roundup. + +"""Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.36 2003-12-06 02:46:34 richard Exp $ +$Id: roundup_server.py,v 1.37 2004-02-11 23:55:10 richard Exp $ """ +__docformat__ = 'restructuredtext' # python version check from roundup import version_check
