[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - hooks.py:1.1.4.3
Jim Fulton
jim@zope.com
Mon, 10 Jun 2002 10:52:15 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv30254/lib/python/Zope/App/OFS/Services/ServiceManager
Modified Files:
Tag: Zope-3x-branch
hooks.py
Log Message:
Implemented:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/PathNamespaceQualificationSyntax
without a short-hand syntax for the creation namespace which may go
away.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/hooks.py 1.1.4.2 => 1.1.4.3 ===
trustedRemoveSecurityProxy(context.getServiceManager()),
context,
- name="etc::Services",
+ name="++etc++Services",
)
context = getWrapperContainer(context)