Commit 11d27e89 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Merge branch 'master' of https://github.com/bram85/topydo

parents ef7a1150 aa3c534d
......@@ -45,7 +45,7 @@ def _to_base36(p_value):
return base36 or alphabet[0]
def hash_list_values(p_list, p_key=lambda i: i):
def hash_list_values(p_list, p_key=lambda i: i): # pragma: no branch
"""
Calculates a unique value for each item in the list, these can be used as
identifiers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment