8 Feb
2002
8 Feb
'02
5:17 a.m.
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