Mercurial > p > roundup > code
diff tests/test_dates.py @ 82:f1cffcad4903
Added id and log to tests files...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jul 2001 04:34:31 +0000 |
| parents | 3c5b53db3ea0 |
| children |
line wrap: on
line diff
--- a/tests/test_dates.py Wed Jul 25 04:21:24 2001 +0000 +++ b/tests/test_dates.py Wed Jul 25 04:34:31 2001 +0000 @@ -1,3 +1,5 @@ +# $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $ + import unittest, time from roundup.date import Date, Interval @@ -51,3 +53,7 @@ def suite(): return unittest.makeSuite(DateTestCase, 'test') + +# +# $Log: not supported by cvs2svn $ +#
