Mercurial > p > roundup > code
diff test/test_db.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 3672eb16a274 |
| children | 86ebcf734a8e |
line wrap: on
line diff
--- a/test/test_db.py Sun Jul 29 06:57:03 2001 +0000 +++ b/test/test_db.py Sun Jul 29 07:01:39 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: test_db.py,v 1.2 2001-07-29 04:09:20 richard Exp $ +# $Id: test_db.py,v 1.3 2001-07-29 07:01:39 richard Exp $ import unittest, os, shutil @@ -157,6 +157,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.2 2001/07/29 04:09:20 richard +# Added the fabricated property "id" to all hyperdb classes. +# # Revision 1.1 2001/07/27 06:55:07 richard # moving tests -> test # @@ -173,3 +176,4 @@ # Added id and log to tests files... # # +# vim: set filetype=python ts=4 sw=4 et si
