
attilaolah at gmail
Oct 16, 2009, 6:23 PM
Post #1 of 1
(209 views)
Permalink
|
|
getProxiedObject not imported in zope.locaton.location
|
|
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 _______________________________________________ Zope-Dev maillist - Zope-Dev[at]zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
|