[Zope] pythong product container

Dieter Maurer dieter@handshake.de
Mon, 17 Sep 2001 20:51:09 +0200 (CEST)


Tom Cameron writes:
 > I am struggling with developing a python product. I can find a few
 > reasonable examples of simple products. But I cant find any examples of
 > products that contain other products.
 > 
 > I have previously used ZClasses and by nesting them I can easily create
 > products that are only available within a specific product.
 > 
 > I wish to do the same in a python product (at least three levels deep).
You define "all_meta_types" for your class....


Dieter