[Zope-dev] I'd like a zclass property to be a dictionary...

Chris Withers chrisw@nipltd.com
Fri, 02 Aug 2002 12:41:10 +0100


Michael Beaulieu wrote:
> and how to do this is not clear to me..

You can't.

Don't use ZClasses.

Doing this with a Python Product would be easy :-)

def __init__(self):
   self.dict = {}

cheers,

Chris