2
0
Эх сурвалжийг харах

Fix typo in utils.py

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@601 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 жил өмнө
parent
commit
f98e0925a7

+ 0 - 1
test/regression/utils.py

@@ -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))