Re: [Zope3-Users] object containment of root folder

2007-06-19 Thread Stephan Richter
On Monday 18 June 2007 14:18, Markus Leist wrote: > what's the best/preferred way of dynamically restricting possible object > types in the root-folder of a zope3.3-instance? I usually do not use the Zope 3 root as the root of my application, since I want to (1) have multiple applications per Zop

[Zope3-Users] object containment of root folder

2007-06-18 Thread Markus Leist
Hi all, what's the best/preferred way of dynamically restricting possible object types in the root-folder of a zope3.3-instance? In normal object this is defined in _interfaces.py_: (e.g.) --- [...] from zope.app.container.constraints import contains [...] class INet(I