Update some Python scripts to reference `python3` instead of `python`.
authorMichael Vrable <vrable@cs.hmc.edu>
Fri, 5 Apr 2024 04:35:07 +0000 (21:35 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Fri, 5 Apr 2024 04:35:07 +0000 (21:35 -0700)
commit713228ae95ca761762785b81a5d23db658cc717f
treee3f63167066743f1877dc506355de4ba8e90cb31
parentb7d480835838f86a3509e8beab9192dcc003853c
Update some Python scripts to reference `python3` instead of `python`.

Python 2 is no longer supported upstream, so we really should default to
running Python 3 for all code here.  Update most scripts to reference that.

Most code should have already been converted to be compatible with Python 3
and no further changes were made here, except for one fix needed in
`tests/digest_tree`.  Note: Changes have not yet been much tested, so there
could possibly be bugs.

A few scripts in `contrib/` are not updated as these would need some extra
work; leave that for the future.

Python 2 compatibility code could probably be removed (the `six` module and
`__future__` imports), but also leave that for future work to keep this
commit small.
cumulus-store
cumulus-sync
cumulus-util
python/cumulus/rebuild_database.py
python/cumulus/util_test.py
tests/digest_tree
tests/run-test