diff --git a/tract_querier/tract_math/tensor_operations.py b/tract_querier/tract_math/tensor_operations.py index 3b4350d..53543bc 100644 --- a/tract_querier/tract_math/tensor_operations.py +++ b/tract_querier/tract_math/tensor_operations.py @@ -3,11 +3,7 @@ from . import tract_operations from ..tensor import scalar_measures -try: - from collections import OrderedDict -except ImportError: # Python 2.6 fix - from ordereddict import OrderedDict - +from collections import OrderedDict def compute_all_measures(tractography, desired_keys_list, scalars=None, resolution=None):