Re: [Zope3-Users] Fields are not inherited

2005-09-12 Thread Stephan Richter
On Monday 12 September 2005 13:30, Florian Lindner wrote: class IContentItem(Interface):     The ContentItem object works as a base class for all other content objects.     def __setitem__(name, object):         Add a IContentItem object.                 title = TextLine(                  

Re: [Zope3-Users] Fields are not inherited

2005-09-12 Thread Florian Lindner
Am Montag, 12. September 2005 19:47 schrieb Stephan Richter: On Monday 12 September 2005 13:30, Florian Lindner wrote: class IContentItem(Interface):     The ContentItem object works as a base class for all other content objects.     def __setitem__(name, object):         Add a