]> git.baikalelectronics.ru Git - kernel.git/commit
tools/kvm_stat: switch to python3
authorStefan Raspl <stefan.raspl@de.ibm.com>
Wed, 24 Oct 2018 19:41:34 +0000 (21:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Nov 2018 11:53:44 +0000 (12:53 +0100)
commit2828150d44a0e421406b2aef469ec8194e402b55
treec58cbc7296cb398b41914b76314f88e6a1571e43
parent7446b0d971cc3aae79dee9906f30e8b4c8ef7757
tools/kvm_stat: switch to python3

The current shebang does not work in environments that only support python3
and have no python2 installed. Plus there does not seem to be a way to
support python2 and python3 at the same time. Since all known python3 issues
were fixed, and as python3 is the way to go, let's switch over.
Note that the code is still python2 compliant, so folks in bad use can
simply revert the shebang.

Suggested-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/kvm/kvm_stat/kvm_stat