brentp / skidmarks

find runs (non-randomness) in sequences
MIT License
7 stars 2 forks source link

fix import of izip in python3 #1

Closed yoavram closed 9 years ago

yoavram commented 9 years ago

This fixes the import error of izip in python 3, based on suggestion in https://github.com/nschloe/matplotlib2tikz/issues/20

yoavram commented 9 years ago

PR #2 includes the changes made here.