]> Git Repo - qemu.git/commit
scripts: Explicit usage of Python 3 (scripts without __main__)
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 30 Jan 2020 16:32:31 +0000 (17:32 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 7 Feb 2020 14:15:16 +0000 (15:15 +0100)
commitd2cdbd54db6e5976d02d7a2c48cb49915d34086d
treec3dfd25042fa3c7a4f58f63887ab1aa5eb3fe43d
parent7c4775260807f1428484a5cebc7bc360c46a872d
scripts: Explicit usage of Python 3 (scripts without __main__)

Use the program search path to find the Python 3 interpreter.

Patch created mechanically by running:

  $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \
      $(git grep -lF '#!/usr/bin/env python' \
      | xargs grep -L 'if __name__.*__main__')

Reported-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Suggested-by: Daniel P. Berrangé <[email protected]>
Suggested-by: Stefan Hajnoczi <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <20200130163232[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
scripts/analyse-9p-simpletrace.py
This page took 0.024686 seconds and 4 git commands to generate.