Commit 7e7b0fdd authored by 's avatar

merge from 2.3 branch

parent d480914f
......@@ -84,8 +84,8 @@
##############################################################################
'''This module implements a mix-in for traversable objects.
$Id: Traversable.py,v 1.6 2001/01/16 16:52:52 brian Exp $'''
__version__='$Revision: 1.6 $'[11:-2]
$Id: Traversable.py,v 1.7 2001/01/17 15:18:44 brian Exp $'''
__version__='$Revision: 1.7 $'[11:-2]
import Acquisition
......@@ -170,9 +170,6 @@ class Traversable:
# Never allowed in a URL.
raise 'NotFound', name
if name in ('aq_self', 'aq_base'):
raise 'NotFound', name
if name=='..':
o=getattr(object, 'aq_parent', M)
if o is not M:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment