Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv7671/OFS
Modified Files:
Traversable.py
Log Message:
syntax fix
=== Zope/lib/python/OFS/Traversable.py 1.9 => 1.10 ===
path = (self.getId(),)
- p = aq_parent(aq_inner(self)
+ p = aq_parent(aq_inner(self))
if p is not None:
path = p.getPhysicalPath() + path