[Zope3-dev] Number of languages in Zope 3

Steve Alexander steve@cat-box.net
Mon, 14 Apr 2003 12:34:13 +0200


Chris Withers wrote:
> Steve Alexander wrote:
> 
>>
>> Here's some Python:
>>
>>   from zope.interface.implements import implements
>>   from zope.app.content.folder import Folder
>>   from zope.app.interfaces.container import IContentContainer
>>
>>   implements(Folder, IContentContainer)
>>
>>
>> It is a similar pattern for more complex directives.
> 
> 
> Cool :-)
> 
> What situations would the above pattern not be possible?

When you want to use the packaging and configuration and 
configuration-conflict-detection features of zcml.

--
Steve Alexander