From f98e0925a71bc3062396ab2e8575dae4e516e034 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sat, 13 Mar 2010 12:16:26 +0000 Subject: [PATCH] Fix typo in utils.py git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@601 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- test/regression/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regression/utils.py b/test/regression/utils.py index 5c84bcc58..0efebcd2b 100644 --- a/test/regression/utils.py +++ b/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))