Skip to content

Add support for python 3 to run2-patches

Carlos Vazquez Sierra requested to merge modernisePython3 into 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

Merge request reports