[Zope3-Users] Re: ZCML updating question
Philipp von Weitershausen
philipp at weitershausen.de
Thu Aug 10 15:02:12 EDT 2006
David Pratt wrote:
> Hi. I am trying to update an old package. Can someone suggest an updated
> equivalent for the following:
>
> <content class=".mypackage.myclass">
> <implements interface="zope.app.annotation.IAttributeAnnotatable" />
> <implements interface="zope.app.utility.interfaces.ILocalUtility" />
> <allow interface=".interfaces.IMyInterface" />
> </content>
<class ...>
...
</class>
More information about the Zope3-users
mailing list