[Zope-dev] getProxiedObject not imported in zope.locaton.location

Attila Oláh attilaolah at gmail.com
Fri Oct 16 21:23:48 EDT 2009


Hi,

Here's a snippet from zope.location.location:

    __doc__ = ClassAndInstanceDescr(
        lambda inst: getProxiedObject(inst).__doc__,
        lambda cls, __doc__ = __doc__: __doc__,
        )

However, getProxiedObject is never imported in this file (version
3.5.0 from pypi). Is this a bug?

Bests,
Attila


More information about the Zope-Dev mailing list