Update all scripts to use python3 instead of python.

Review Request #11834 — Created Oct. 2, 2021 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

This updates all scripts in the Djblets tree to use python3 instead of
python, ensuring that the right version is used when in an environment
containing both versions.

run-pyflakes.py needed some changes to run on Python 3. While we may
want to remove this script, that's a decision that'll be left for after
this update.

Tested all scripts and made sure they ran.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update all scripts to use python3 instead of python.
This updates all scripts in the Djblets tree to use `python3` instead of `python`, ensuring that the right version is used when in an environment containing both versions. `run-pyflakes.py` needed some changes to run on Python 3. While we may want to remove this script, that's a decision that'll be left for after this update.
aec58bee99fb07777b8816378d5de6ec10d663f2 Christian Hammond
setup.py
contrib/internal/build-i18n.py
contrib/internal/build-media.py
docs/djblets/guides/extensions/testing-extensions.rst
tests/run-pyflakes.py
tests/runtests.py
Loading...