updates to rename utils.hash to utils.hashkey to avoid builtin conflict

This commit is contained in:
Blake Harnden 2019-06-21 08:51:56 -07:00
parent a5f26e664a
commit c57089284f
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from core import CoreCommandError
DEVNULL = open(os.devnull, "wb")
def hash(value):
def hashkey(value):
"""
Provide a consistent hash that can be used in place
of the builtin hash, that no longer behaves consistently