[roll] Roll fuchsia [py] Set shebang in Python scripts to point to fuchsia-vendored-python.

This commit updates the shebang line in all Python scripts to point to
the fuchsia-vendored-python interpreter. We're updating all the files
under fuchsia except 'infra/, integration/, build/bazel*'. We'll slowly
migrate those as well.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/894401
Original-Revision: b7cebe947aec7f1e32162f55bfc78008dddbb0c6
GitOrigin-RevId: 9ba55365df9f4b88981b26dd97a3239546ca73ae
Change-Id: I5b1ae5f84ef47101710ce1732b72cd787f176b84
1 file changed
tree: 2eefbb91c6fcc60445ded707a1a45d5cfd50bd76
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.