Nicolas Romero wrote: > Thank you for the tip, Dieter, but it does not work :-( > I still have the wrong result (from my point of view) to the test > isinstance(aq_base(obj),ActionProviderBase) What does: print type(aq_base(obj)) print aq_base(obj.__class__) give you? Chris