[Zope-Checkins] CVS: Zope/lib/python/OFS - Traversable.py:1.8.4.2
Andreas Jung
andreas@zope.com
Thu, 30 Aug 2001 09:07:50 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv1228
Modified Files:
Tag: Zope-2_4-branch
Traversable.py
Log Message:
fixed syntax error
=== Zope/lib/python/OFS/Traversable.py 1.8.4.1 => 1.8.4.2 ===
path = (self.getId(),)
- p = aq_parent(aq_inner(self)
+ p = aq_parent(aq_inner(self))
if p is not None:
path = p.getPhysicalPath() + path