Commit eb9b853a authored by Casey Duncan's avatar Casey Duncan

Collector #1429: Unbusted key/value traversal of ZSQL methods. Please note...

Collector #1429: Unbusted key/value traversal of ZSQL methods. Please note that __bobo_traverse__ and __getattr__ hooks in partnership may be hazardous to your health! ;^)
parent 4c713e32
......@@ -533,10 +533,10 @@ ListType=type([])
class Traverse(ExtensionClass.Base):
"""Helper class for 'traversing' searches during URL traversal
"""
_r=None
_da=None
def __init__(self, da, args, name=None):
self._r=None
self._da=da
self._args=args
self._name=name
......
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