summaryrefslogtreecommitdiff
path: root/tree.py
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-12-05 10:35:44 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-12-05 10:35:44 +0100
commit4e40373b35d31584705f348b1d3cf238db6daf10 (patch)
treee673567ef806704d8467666a44729d3d6a5941f1 /tree.py
parent690a51897fb39719c05c17b4e83c1b0cd7ae0b48 (diff)
downloadlogilab-common-4e40373b35d31584705f348b1d3cf238db6daf10.tar.gz
restored working flatten for tree nodes
Diffstat (limited to 'tree.py')
-rw-r--r--tree.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tree.py b/tree.py
index 80f56fc..cf76f70 100644
--- a/tree.py
+++ b/tree.py
@@ -197,8 +197,6 @@ class Node :
c.flatten(_list)
return _list
-## return flatten(self)
-
def lineage(self):
"""
return list of parents up to root node