[Zope3-checkins] CVS: Zope3/src/zope/app/component - hooks.py:1.4
Jim Fulton
jim@zope.com
Sun, 23 Mar 2003 17:36:09 -0500
Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv15726/src/zope/app/component
Modified Files:
hooks.py
Log Message:
Renamed ++etc++Services to ++etc++site and renamed
++etc++ApplicationController to ++etc++process.
=== Zope3/src/zope/app/component/hooks.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/component/hooks.py:1.3 Tue Mar 11 16:08:40 2003
+++ Zope3/src/zope/app/component/hooks.py Sun Mar 23 17:35:38 2003
@@ -45,7 +45,7 @@
return ContextWrapper(
trustedRemoveSecurityProxy(context.getServiceManager()),
context,
- name="++etc++Services",
+ name="++etc++site",
)
container = getWrapperContainer(context)