Mercurial > p > roundup > code
diff test/db_test_base.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 | 46239c21a1eb |
| children | 4960a2c21590 |
line wrap: on
line diff
--- a/test/db_test_base.py Wed Nov 16 08:05:41 2011 -0500 +++ b/test/db_test_base.py Wed Nov 16 09:51:38 2011 -0500 @@ -14,8 +14,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: db_test_base.py,v 1.101 2008-08-19 01:40:59 richard Exp $ import unittest, os, shutil, errno, imp, sys, time, pprint, base64, os.path import gpgmelib
