Fix typo in utils.py
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@601 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
2d19e7cbbe
commit
f98e0925a7
|
@ -56,7 +56,6 @@ def hashing(file,pp):
|
||||||
res = 0
|
res = 0
|
||||||
for t in instring:
|
for t in instring:
|
||||||
res = (ord(t) + (res<<6) + (res<<16) - res) % 2**32
|
res = (ord(t) + (res<<6) + (res<<16) - res) % 2**32
|
||||||
os
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
return hex(myhash(file.replace('\\','/')+":"+pp))
|
return hex(myhash(file.replace('\\','/')+":"+pp))
|
||||||
|
|
Loading…
Reference in New Issue