import reduce from functools for Py3 compat

This commit is contained in:
Mike Croucher 2015-02-28 18:40:25 +00:00
parent a6e28205e1
commit 1c6796e73d

View file

@ -4,6 +4,7 @@
import numpy
from numpy.lib.function_base import vectorize
from .lists_and_dicts import IntArrayDict
from functools import reduce
def extract_properties_to_index(index, props):
prop_index = dict()