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