[Twisted-Python] Notes on switching twisted to new zope.interface code

Andrew Bennetts andrew-twisted at puzzling.org
Thu Jul 22 22:13:37 EDT 2004


On Fri, Jul 23, 2004 at 12:08:39PM +1000, Andrew Bennetts wrote:
> 
> 4. If you use zope.interface.providedBy, and you want to work with code that
> might not have been updated yet, call components.fixClassImplements, e.g.:
> 
>     components.fixClassImplements(obj)

Oops!  This line should've read:

    components.fixClassImplements(obj.__class__)

-Andrew.





More information about the Twisted-Python mailing list