]> git.proxmox.com Git - mirror_qemu.git/commit
drop "from __future__ import print_function"
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2020 16:06:04 +0000 (17:06 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 14:15:16 +0000 (15:15 +0100)
commit423edd9a31b3c78007bb5d9c9a9b3c0c618a10a8
treedb366ee72d4035e9396c3b9694249a5992ac84ac
parent6dd360ce3fd599ec373fa1206e850ee106a8e710
drop "from __future__ import print_function"

This is only needed for Python 2, which we do not support anymore.

Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200204160604.19883-1-pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
34 files changed:
scripts/analyse-9p-simpletrace.py
scripts/analyse-locks-simpletrace.py
scripts/device-crash-test
scripts/dump-guest-memory.py
scripts/kvm/kvm_flightrecorder
scripts/kvm/vmxcap
scripts/minikconf.py
scripts/modules/module_block.py
scripts/qapi-gen.py
scripts/qapi/doc.py
scripts/qmp/qemu-ga-client
scripts/qmp/qmp
scripts/qmp/qmp-shell
scripts/qmp/qom-get
scripts/qmp/qom-list
scripts/qmp/qom-set
scripts/qmp/qom-tree
scripts/replay-dump.py
scripts/signrom.py
scripts/simpletrace.py
scripts/vmstate-static-checker.py
tests/docker/travis.py
tests/guest-debug/test-gdbstub.py
tests/migration/guestperf/engine.py
tests/migration/guestperf/plot.py
tests/migration/guestperf/shell.py
tests/qapi-schema/test-qapi.py
tests/qemu-iotests/149
tests/qemu-iotests/165
tests/qemu-iotests/iotests.py
tests/qemu-iotests/nbd-fault-injector.py
tests/qemu-iotests/qcow2.py
tests/qemu-iotests/qed.py
tests/vm/basevm.py