Re: [Zope3-Users] recursive constraints

2005-08-22 Thread Gary Poster
On Aug 22, 2005, at 9:00 AM, Markus Leist wrote: Hello, there are a few (older) mails about "recursive constraints" in Zope3. I wasn't able to find a solution for this small problem: in interface.py: class IIkGroup(IIkSClass): def __setitem__(name, object):

[Zope3-Users] recursive constraints

2005-08-22 Thread Markus Leist
Hello, there are a few (older) mails about "recursive constraints" in Zope3. I wasn't able to find a solution for this small problem: in interface.py: class IIkGroup(IIkSClass): def __setitem__(name, object): """Add a IIkGroup object.""" __setitem__.precon