Update all scripts to use python3 instead of python.
Review Request #11834 — Created Oct. 2, 2021 and submitted — Latest diff uploaded
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.
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 |
---|