LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

safe updates applied from 2to3 upgrade tool #26

Closed davidbloss closed 3 years ago

davidbloss commented 3 years ago

Applied a range of updates from the 2to3 tool. Ran all fixers available in 2to3 except for the "print" and "import" fixers. print statement updates are already done and updating import statements deserves its own commit with careful testing. Some fixes like wrapping lots of stuff in "list()" were left out. Rerun "2to3 -x print -x import" if you are curious to see what was left out.