Do not execute crc check on import
[csit.git] / resources / tools / integrated / compare_perpatch.py
index dd15490..9058332 100644 (file)
@@ -39,7 +39,7 @@ def hack(value_list):
     :rtype: list of float
     """
     tmp = sorted(value_list)
-    eight = len(tmp) / 8
+    eight = len(tmp) // 8
     ret = tmp[3*eight:-eight]
     return tmp # ret