[Zope-dev] Extension class and __init__

Lennart Regebro lennart@torped.se
Sat, 27 Jul 2002 09:42:30 +0200


From: "Adrian Hungate" <adrian@haqa.co.uk>
> Erm... that trashes the concept of mixin's, doesn't it?

No, why would it? Just make your mixins inherit Extentionclass.base!
If you have third-party mixins that aren't made for Zope from the beginning
and need initailization, then you probably have to Zopify them first. I
don't see how this is convoluted. It's not obvious to non-Zope gurus, but
that is what comments are for. :-)