[Zope-CMF] Re: Another small plone related change

Florent Guillaume fg at nuxeo.com
Mon Jun 20 11:53:26 EDT 2005


I didn't see the checkins on the checkins list and they don't appear on
the web archive.

Christian, could you check that your email address on the zope.org site
is the same as the one subscribed to the cmf-checkins list ?

Florent

yuppie  <y.2005- at wcm-solutions.de> wrote:
> Hi Christian!
> 
> 
> > Christian Heimes wrote:
> >> +
> >> +    def _getOAI(self, context, object):
> >> +        return getOAI(context, object)
> >> +       
> >> +    def _getExprContext(self, context, object):
> >> +        return getExprContext(context, object)
> 
> I didn't see it this morning, but after reviewing your checkins I 
> believe 'context' is redundant and this should also work:
> 
>      def _getOAI(self, object):
>          return getOAI(self, object)
> 
>      def _getExprContext(self, object):
>          return getExprContext(self, object)
> 
> 
> Would you mind if I change it that way?
> 
> Cheers,
> 
> 	Yuppie
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF at lists.zope.org
> http://mail.zope.org/mailman/listinfo/zope-cmf
> 
> See http://collector.zope.org/CMF for bug reports and feature requests
> 


-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com


More information about the Zope-CMF mailing list