X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Fhierarchy.py;h=92279c39578d9e9b81c1d9d1919f734b7dc37c85;hb=90a2bb05a30cba4e00c85a4a698a73bf492fd8f5;hp=1b82782957b1c6fa98404d83f9c57cc95d9233d9;hpb=fe5970b6817eca2a96df15e9d1818485a49b3a19;p=webber.git diff --git a/plugins/hierarchy.py b/plugins/hierarchy.py index 1b82782..92279c3 100644 --- a/plugins/hierarchy.py +++ b/plugins/hierarchy.py @@ -31,7 +31,7 @@ def memorize_parent(title, parent, order=100): _childs[parent] = [] _childs[parent].append( (order, title) ) _parent[title] = parent - + # # The "scan" plugins should scan for meta-data, mostly for links.