[Zope] Metaclasses in ZOPE Products

2005-08-07 Thread Jan-Ole Esleben
Hi! What do I need to do to derive a new base class for my products from item that defines its own meta class? There's a whole mess of code in the Zope source code that deals with meta classes, but nothing I can actually identify as the thing to do. I am deriving from SimpleItem at the moment.

Re: [Zope] Metaclasses in ZOPE Products

2005-08-07 Thread Andreas Jung
--On 7. August 2005 19:02:51 +0200 Jan-Ole Esleben [EMAIL PROTECTED] wrote: Hi! What do I need to do to derive a new base class for my products from item that defines its own meta class? There's a whole mess of code in the Zope source code that deals with meta classes, but nothing I can