Imported zip from future_builtins instead of itertools.izip.
In Python 3, itertools.izip is not available any more (behaviour integrated in standard zip).
Loading
Please register or sign in to comment
In Python 3, itertools.izip is not available any more (behaviour integrated in standard zip).