[Zope-CMF] isinstance on ActionProviderBase

Chris Withers chrisw at nipltd.com
Wed Oct 8 17:51:01 EDT 2003


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




More information about the Zope-CMF mailing list