Add support for python 3 to run2-patches
- This includes the removal of HltPython and Math/SomeUtils (depreciated and unmaintained).
- Run the two first stages of
futurize
:
futurize --stage1 -w `find * -name '*.py'`
futurize --stage2 -w `find * -name '*.py'`
Edited by Carlos Vazquez Sierra