Przeglądaj źródła

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 lat temu
rodzic
commit
f98e0925a7
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      test/regression/utils.py

+ 0 - 1
test/regression/utils.py

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