[Zope3-checkins] CVS: Zope3/lib/python/Zope/Exceptions/tests - testExceptionFormatter.py:1.6
Jim Fulton
jim@zope.com
Thu, 1 Aug 2002 14:42:18 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Exceptions/tests
In directory cvs.zope.org:/tmp/cvs-serv5741/lib/python/Zope/Exceptions/tests
Modified Files:
testExceptionFormatter.py
Log Message:
Removed dependcies of:
Zope.ComponentArchitecture
Zope.Configuration
Zope.Exceptions
Zope.Testing
on other packages, especially App, in preparation for making these
packages part of Zope 2 and useful outside of the Zope application.
In particular, all placeful service support was moved to
Zope.App.ComponentArchitecture.
Placeful service implementors should get the nextService and
nextServiceManager functions from
Zope.App.ComponentArchitecture.NextService.
=== Zope3/lib/python/Zope/Exceptions/tests/testExceptionFormatter.py 1.5 => 1.6 ===
from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup
import sys
-from Zope.ContextWrapper import wrapper
from Zope.Exceptions.ExceptionFormatter import format_exception