import reduce from functools for py3 compatibility

This commit is contained in:
Mike Croucher 2015-02-27 19:36:56 +00:00
parent b4ad1b2d73
commit 58225c0188

View file

@ -18,6 +18,7 @@ import numpy as np
import re
import logging
from .updateable import Updateable
from functools import reduce
class HierarchyError(Exception):
"""