# HG changeset patch # User Nicolas Saunier # Date 1418011262 18000 # Node ID 04a8304e13f031321a616909c0212356598d5a94 # Parent 17b02c8054d01e7afe9df6aaedc6264a67c7ca5c removed unnecessary imports diff -r 17b02c8054d0 -r 04a8304e13f0 python/moving.py --- a/python/moving.py Sun Dec 07 22:59:47 2014 -0500 +++ b/python/moving.py Sun Dec 07 23:01:02 2014 -0500 @@ -1331,8 +1331,6 @@ Should we use the distance as weights or just 1/0 if distance below matchingDistance? (add argument useDistanceForWeights = False)''' from munkres import Munkres - from numpy import array - from sys import maxsize munk = Munkres() dist = 0. # total distance between GT and TO