[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - configure.zcml:1.5
Jim Fulton
jim@zope.com
Tue, 2 Jul 2002 19:50:27 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv21885
Modified Files:
configure.zcml
Log Message:
Fixed bug in config. I forgot I had reset the config file package.
=== Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml 1.4 => 1.5 ===
<hook module="Zope.ComponentArchitecture"
name="getServiceManager"
- implementation=".hooks.getServiceManager_hook" />
+ implementation="
+ Zope.App.ComponentArchitecture.hooks.getServiceManager_hook" />
<hook module="Zope.ComponentArchitecture"
name="getNextServiceManager"
- implementation=".hooks.getNextServiceManager_hook" />
+ implementation="
+ Zope.App.ComponentArchitecture.hooks.getNextServiceManager_hook" />
</zopeConfigure>