diff options
author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-12-05 10:35:44 +0100 |
---|---|---|
committer | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-12-05 10:35:44 +0100 |
commit | 4e40373b35d31584705f348b1d3cf238db6daf10 (patch) | |
tree | e673567ef806704d8467666a44729d3d6a5941f1 /tree.py | |
parent | 690a51897fb39719c05c17b4e83c1b0cd7ae0b48 (diff) | |
download | logilab-common-4e40373b35d31584705f348b1d3cf238db6daf10.tar.gz |
restored working flatten for tree nodes
Diffstat (limited to 'tree.py')
-rw-r--r-- | tree.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |