[Zope] Mixins and Extension Classes

Kevin Smith Kevin.Smith@theMorgue.org
Fri, 8 Feb 2002 00:17:26 -0500


Is it possible to use mixin classes with extension classes?  I am 
playing around with adding an additional base class to Folder, but the 
usual way of mixing in classes doesn't seem to work (i.e. 
Folder.__bases__ = (MyClass,)+Folder.__bases__).  Is there another way 
to do this?

Kevin Smith
Kevin.Smith@theMorgue.org