git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@601 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
@@ -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))