]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Drop explicit version where possible
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Mar 2018 16:56:34 +0000 (17:56 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 19 Mar 2018 10:22:02 +0000 (11:22 +0100)
commit677aaeb128f83f15088557cd12a3340f2137d7b6
treef09c8866a4207907a43d67d8be8ea12d0148c0f0
parente02d102bac7e1ad3c002da327df3e8f88860e0c2
python: Drop explicit version where possible

Some of our scripts are known to work both with Python 2 and
Python 3, so for them we shouldn't be forcing any specific
version of the interpreter when they're called directly; we
always use $(PYTHON) explicitly in our build rules anyway.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/apibuild.py
docs/reformat-news.py
src/esx/esx_vi_generator.py
src/hyperv/hyperv_wmi_generator.py