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>

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to