From: chrysn Date: Tue, 20 Mar 2012 16:00:21 +0000 (-0400) Subject: (nobody sees the fnord -- remove relic from testing) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e32cad7820ab5762cbb66d66645c292fb44b21c3;p=ikiwiki.git (nobody sees the fnord -- remove relic from testing) --- diff --git a/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py b/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py index 894c5212e..e89c54fae 100644 --- a/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py +++ b/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py @@ -39,7 +39,6 @@ def strategy_byparents(sequence): >>> sequence = testsequence >>> assert partindices("c/2/x") == (sequence.index("c"), sequence.index("c/2"), sequence.index("c/2/x")) - fnord """ return tuple(sequence.index(item.rsplit('/', i)[0]) for i in range(item.count('/'), -1, -1))