Commit f4047d50 authored by Fabien Morin's avatar Fabien Morin

add XXX


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27559 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c53e0beb
......@@ -126,7 +126,8 @@ class TradeCondition(Path, Transformation, XMLMatrix):
visited_trade_condition_list=None):
"""Returns a list of specialised objects representing inheritance tree.
Uses Breadth First Search.
Uses Breadth First Search. XXX Wrong - currenty it uses Depth-first
search
"""
if visited_trade_condition_list is None:
visited_trade_condition_list = []
......
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