]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
Switch to python3 shebangs
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 24 Jul 2024 17:33:13 +0000 (18:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 24 Jul 2024 17:33:51 +0000 (18:33 +0100)
commit4172faef1c0dee027ddd3ffdbc88fe20eb711e9c
tree1c59eb42b307d042dca76a7b0a09913753a8727b
parent3955325292f49257797f339cfdcb84748550e069
Switch to python3 shebangs

This is a better default for an average dev environment these days.  Anyone
stuck with python 2 and just run `python ./xtf-runner` manually and take the
hint that they should upgrade.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
build/mkcfg.py
build/mkinfo.py
xtf-runner