Mercurial > p > roundup > code
diff test/test_hyperdbvals.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 | eddb82d0964c |
| children | 2ba982dcdf2c |
line wrap: on
line diff
--- a/test/test_hyperdbvals.py Wed Nov 16 08:05:41 2011 -0500 +++ b/test/test_hyperdbvals.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_hyperdbvals.py,v 1.3 2006-08-18 01:26:19 richard Exp $ import unittest, os, shutil, errno, sys, difflib, cgi, re from roundup.anypy.hashlib_ import sha1
