[Zope3-checkins] CVS: Zope3/lib/python/datetime - __init__.py:1.5 test_datetime.py:NONE
Tim Peters
tim.one@comcast.net
Fri, 20 Dec 2002 13:53:35 -0500
Update of /cvs-repository/Zope3/lib/python/datetime
In directory cvs.zope.org:/tmp/cvs-serv5919/lib/python/datetime
Modified Files:
__init__.py
Removed Files:
test_datetime.py
Log Message:
The datetime tests didn't run due to structural (directory layout)
glitches. Repaired that.
=== Zope3/lib/python/datetime/__init__.py 1.4 => 1.5 ===
--- Zope3/lib/python/datetime/__init__.py:1.4 Fri Dec 20 12:47:04 2002
+++ Zope3/lib/python/datetime/__init__.py Fri Dec 20 13:53:04 2002
@@ -9,3 +9,6 @@
from _datetime import timedelta
from _datetime import time, timetz
from _datetime import date, datetime, datetimetz
+# XXX Temporary, to allow the tests to pass. This will be replaced by the
+# XXX C datetime code (and much larger test suite) soon, where it isn't needed.
+from _datetime import _ymd2ord, _ord2ymd, tmxxx
\ No newline at end of file
=== Removed File Zope3/lib/python/datetime/test_datetime.py ===