[Zope3-checkins] CVS: Zope3 - test.py:1.70.8.1
Jim Fulton
jim at zope.com
Mon Sep 8 15:22:24 EDT 2003
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv20092
Modified Files:
Tag: parentgeddon-branch
test.py
Log Message:
Checking in work in progress on parentgeddon-branch so Fred can help
me to get the tests passing. Specific log entries will be provided
when we merge this into the head.
=== Zope3/test.py 1.70 => 1.70.8.1 ===
--- Zope3/test.py:1.70 Wed Jul 30 14:36:58 2003
+++ Zope3/test.py Mon Sep 8 14:21:22 2003
@@ -488,6 +488,7 @@
except ImportError, err:
# print traceback
print "Error importing %s\n%s" % (modname, err)
+ traceback.print_exc()
if debug:
raise
return None
More information about the Zope3-Checkins
mailing list