Fix typo in utils.py

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@601 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-03-13 12:16:26 +00:00
parent 2d19e7cbbe
commit f98e0925a7
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ def hashing(file,pp):
res = 0
for t in instring:
res = (ord(t) + (res<<6) + (res<<16) - res) % 2**32
os
return res
return hex(myhash(file.replace('\\','/')+":"+pp))