From fg at nuxeo.com Fri Mar 25 14:39:04 2005 From: fg at nuxeo.com (Florent Guillaume) Date: Sun Aug 10 17:05:20 2008 Subject: [ZPT-CVS] CVS: Products/PageTemplates - Expressions.py:1.43.44.5 Message-ID: <20050325193904.1D5DD203362@mail.zope.org> Update of /cvs-repository/Products/PageTemplates In directory cvs.zope.org:/tmp/cvs-serv14579 Modified Files: Tag: Zope-2_7-branch Expressions.py Log Message: Workaround for aq_acquire bug (Collector 1730). === Products/PageTemplates/Expressions.py 1.43.44.4 => 1.43.44.5 === --- Products/PageTemplates/Expressions.py:1.43.44.4 Thu Jan 27 09:55:28 2005 +++ Products/PageTemplates/Expressions.py Fri Mar 25 14:39:03 2005 @@ -308,7 +308,7 @@ raise Unauthorized, name else: # Try an attribute. - o = guarded_getattr(object, name, M) + o = guarded_getattr(object, str(name), M) # failed on u'aq_parent' if o is M: # Try an item. try: