X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tags.py;fp=tags.py;h=df64a1c286a7e645a84239c0d6571a7af46ee89d;hb=6b692a173291f4f217d99e4f73281bd2b4d1fa1f;hp=35c4634ca53702fe4791bc70237fe13aa6018a2b;hpb=5c877c7d1fab7d81384f66ff9597dd17700120fe;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/tags.py b/tags.py index 35c4634..df64a1c 100644 --- a/tags.py +++ b/tags.py @@ -43,7 +43,7 @@ def _test_post(post, tree): else: raise ValueError("Cannot get there") -def calc_tree(tree): +def find_tags(tree): _posts = [] for (year, month, day), posts in blog_dict.iteritems(): for post in posts: