]> git.baikalelectronics.ru Git - uboot.git/commit
host-tools: use python2 explicitly for shebang
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 09:34:57 +0000 (18:34 +0900)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 17:27:30 +0000 (12:27 -0500)
commita3602aa7a6a64a04bca5f9fd76254c90ed54fae3
treefdfcfce6af59381fdf934d5987a1aba27ec6323c
parent0ed423679ba5495720757b495c62fe61cf2140f6
host-tools: use python2 explicitly for shebang

All of these host tools are apparently written for Python2,
not Python3.

Use 'python2' in the shebang line according to PEP 394
(https://www.python.org/dev/peps/pep-0394/).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/dtc/pylibfdt/setup.py
scripts/mailmapper
test/py/test.py
tools/buildman/buildman.py
tools/dtoc/dtoc.py
tools/microcode-tool.py
tools/patman/patman.py
tools/rkmux.py