Mercurial > p > roundup > code
diff test/test_cgi.py @ 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 | abd2db0a159a |
| children | 4f9c3858b671 |
line wrap: on
line diff
--- a/test/test_cgi.py Wed Nov 16 08:05:41 2011 -0500 +++ b/test/test_cgi.py Wed Nov 16 09:51:38 2011 -0500 @@ -7,8 +7,6 @@ # This module is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# $Id: test_cgi.py,v 1.36 2008-08-07 06:12:57 richard Exp $ import unittest, os, shutil, errno, sys, difflib, cgi, re, StringIO
