python-hydro/pyro2

make python3 the default

Closed this issue · 2 comments

switch mk.sh and pyro.py to default to python 3

PEP-394: https://www.python.org/dev/peps/pep-0394/ suggests that python2 will always point to a 2.x and python3 will always point to a 3.x, and that python2 should point to 2.x, but on some platforms points to 3.x

So it seems like we can just code in python3

there are several places in patch.py that need to enforce integer division