On Wed, Jan 28, 2009 at 06:42:58PM +0100, Martijn Faassen wrote: > Hi there, > > In the dependency cleanup effort we've got going on at the Grok > cavesprint here at my house, we have moved code around some more. > > zope.security was already defining ZCML directives so we've moved the > <class> directive from zope.app.component and and the <module> > directive from zope.app.security into zope.security as well. These only > need things that are in zope.security already (or its dependencies) and > the directives are about security declarations, so they seem to fit > quite well into their new place.
Sounds good! What about the other use case of <class>, i.e. declaring implemented interfaces, as in <class class=".foreignmodule.SomeClass"> <implements interface=".interfaces.ISomeInterface" /> </class> ? Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
signature.asc
Description: Digital signature
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )