pmneila / PyMaxflow

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)
http://pmneila.github.io/PyMaxflow/
242 stars 59 forks source link

Python3 compatibility #16

Closed emengd closed 9 years ago

emengd commented 9 years ago

This would make the module compatible with python 3, though I think it would break compatiblity with python <= 2.4.

pmneila commented 9 years ago

Thank you! I don't mind losing compatibility with python <= 2.4.