updates to rename utils.hash to utils.hashkey to avoid builtin conflict
This commit is contained in:
parent
a5f26e664a
commit
c57089284f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue