On 12/06/2025 22.54, John Snow wrote:
This is the standard shebang we should always be using, as it plays
nicely with virtual environments and our desire to always be using a
specific python interpreter in our environments.
(It also makes sure I can find all of the python scripts in our tree
easily.)
Signed-off-by: John Snow <js...@redhat.com>
---
roms/edk2-build.py | 2 +-
scripts/cpu-x86-uarch-abi.py | 2 +-
scripts/userfaultfd-wrlat.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>