qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] drop "from __future__ import print_function"


From: Paolo Bonzini
Subject: Re: [PATCH] drop "from __future__ import print_function"
Date: Tue, 4 Feb 2020 18:10:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 04/02/20 17:07, Philippe Mathieu-Daudé wrote:
> On 2/4/20 5:06 PM, Paolo Bonzini wrote:
>> This is only needed for Python 2, which we do not support anymore.
>>
>> Based-on: <address@hidden>
>> Cc: Philippe Mathieu-Daudé <address@hidden>
>> Signed-off-by: Paolo Bonzini <address@hidden>
>> ---
>>   scripts/analyse-9p-simpletrace.py        | 1 -
>>   scripts/analyse-locks-simpletrace.py     | 1 -
>>   scripts/device-crash-test                | 1 -
>>   scripts/dump-guest-memory.py             | 1 -
>>   scripts/kvm/kvm_flightrecorder           | 1 -
>>   scripts/kvm/vmxcap                       | 1 -
>>   scripts/minikconf.py                     | 1 -
>>   scripts/modules/module_block.py          | 1 -
>>   scripts/qapi-gen.py                      | 1 -
>>   scripts/qapi/doc.py                      | 1 -
>>   scripts/qmp/qemu-ga-client               | 1 -
>>   scripts/qmp/qmp                          | 1 -
>>   scripts/qmp/qmp-shell                    | 1 -
>>   scripts/qmp/qom-get                      | 1 -
>>   scripts/qmp/qom-list                     | 1 -
>>   scripts/qmp/qom-set                      | 1 -
>>   scripts/qmp/qom-tree                     | 1 -
>>   scripts/replay-dump.py                   | 1 -
>>   scripts/signrom.py                       | 1 -
>>   scripts/simpletrace.py                   | 1 -
>>   scripts/vmstate-static-checker.py        | 1 -
>>   tests/docker/travis.py                   | 1 -
>>   tests/guest-debug/test-gdbstub.py        | 1 -
>>   tests/migration/guestperf/engine.py      | 1 -
>>   tests/migration/guestperf/plot.py        | 1 -
>>   tests/migration/guestperf/shell.py       | 1 -
>>   tests/qapi-schema/test-qapi.py           | 1 -
>>   tests/qemu-iotests/149                   | 1 -
>>   tests/qemu-iotests/165                   | 1 -
>>   tests/qemu-iotests/iotests.py            | 1 -
>>   tests/qemu-iotests/nbd-fault-injector.py | 1 -
>>   tests/qemu-iotests/qcow2.py              | 1 -
>>   tests/qemu-iotests/qed.py                | 1 -
>>   tests/vm/basevm.py                       | 1 -
>>   34 files changed, 34 deletions(-)
>>
>> diff --git a/scripts/analyse-9p-simpletrace.py
>> b/scripts/analyse-9p-simpletrace.py
>> index f20050fddd..7dfcb6ba2f 100755
>> --- a/scripts/analyse-9p-simpletrace.py
>> +++ b/scripts/analyse-9p-simpletrace.py
>> @@ -3,7 +3,6 @@
>>   # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
>>   #
>>   # Author: Harsh Prateek Bora
>> -from __future__ import print_function
>>   import os
>>   import simpletrace
> 
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> 

Are you queueing this too?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]