[Zope3-checkins] CVS: Zope3/src/zope/app/traversing -
__init__.py:1.23.24.3
Jim Fulton
jim at zope.com
Fri Sep 12 15:16:08 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/traversing
In directory cvs.zope.org:/tmp/cvs-serv13470/src/zope/app/traversing
Modified Files:
Tag: parentgeddon-branch
__init__.py
Log Message:
Can't have the tests passing, can we?
=== Zope3/src/zope/app/traversing/__init__.py 1.23.24.2 => 1.23.24.3 ===
--- Zope3/src/zope/app/traversing/__init__.py:1.23.24.2 Tue Sep 9 14:08:20 2003
+++ Zope3/src/zope/app/traversing/__init__.py Fri Sep 12 15:15:37 2003
@@ -140,6 +140,8 @@
raise TypeError("Not enough context information to get parent", obj)
+
+
def getParents(obj):
"""Returns a list starting with the given object's parent followed by
each of its parents.
More information about the Zope3-Checkins
mailing list