[Zope-Checkins] CVS: Zope/lib/python/DateTime/tests - testDateTime.py:1.18

Fred L. Drake, Jr. fdrake@acm.org
Thu, 17 Oct 2002 11:14:37 -0400


Update of /cvs-repository/Zope/lib/python/DateTime/tests
In directory cvs.zope.org:/tmp/cvs-serv2192

Modified Files:
	testDateTime.py 
Log Message:
Oops, missed one bit of whitespace on the trunk only.


=== Zope/lib/python/DateTime/tests/testDateTime.py 1.17 => 1.18 ===
--- Zope/lib/python/DateTime/tests/testDateTime.py:1.17	Thu Oct 17 11:02:03 2002
+++ Zope/lib/python/DateTime/tests/testDateTime.py	Thu Oct 17 11:14:36 2002
@@ -109,7 +109,7 @@
         # Compare representations as it's the
         # only way to compare the dates to the same accuracy
         self.assertEqual(repr(dt), repr(dt1))
-        
+
     def testDayOfWeek(self):
         '''strftime() used to always be passed a day of week of 0.'''
         dt = DateTime('2000/6/16')