[Zope3-Users] list woes

Marco Mariani marco at sferacarta.com
Mon Jun 12 18:58:40 EDT 2006


Marco Mariani wrote:
> class Gadget(Persistent):
>     name = FieldProperty(IGadget['name'])
>
>     def __init__(self,toy):
>         super(Person, self).__init__(self)
>   
Of course it's  super(Gadget, self)

This is not real code, I've simplified a lot



More information about the Zope3-users mailing list