[Zope3-checkins] CVS: Zope3/lib/python/Zope/I18n/tests - testDirectives.py:NONE
Jim Fulton
jim@zope.com
Tue, 19 Nov 2002 18:25:17 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/I18n/tests
In directory cvs.zope.org:/tmp/cvs-serv11465/lib/python/Zope/I18n/tests
Removed Files:
testDirectives.py
Log Message:
Two changes that were far reaching and interdependent.
- Changed existing directives that mention interfaces to register
those interfaces with the global interface service.
- Moved all configuration support (except that in Zope.Configuration)
into Zope.App. This was necessary to get the order of execution such
that the interface service was defined before directives that used
interfaces were used. This is a change that has been needed for
some time.
=== Removed File Zope3/lib/python/Zope/I18n/tests/testDirectives.py ===