aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorchrysn <chrysn@web>2012-03-20 12:00:21 -0400
committeradmin <admin@branchable.com>2012-03-20 12:00:21 -0400
commite32cad7820ab5762cbb66d66645c292fb44b21c3 (patch)
treea18c5c4a67da91de639abdbe46c7a9d073105b07 /doc
parentc9d9769f8373f64e027f3e041fd16c412f76b19a (diff)
downloadikiwiki-e32cad7820ab5762cbb66d66645c292fb44b21c3.tar
ikiwiki-e32cad7820ab5762cbb66d66645c292fb44b21c3.tar.gz
(nobody sees the fnord -- remove relic from testing)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py1
1 files changed, 0 insertions, 1 deletions
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))