Mercurial > p > roundup > code
diff frontends/roundup.cgi @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | 58306b1b01c9 |
| children | 52b0e416f0bc |
line wrap: on
line diff
--- a/frontends/roundup.cgi Wed Nov 16 08:05:41 2011 -0500 +++ b/frontends/roundup.cgi Wed Nov 16 09:51:38 2011 -0500 @@ -15,8 +15,6 @@ # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -# -# $Id: roundup.cgi,v 1.2 2006-12-11 23:36:15 richard Exp $ # python version check from roundup import version_check
