Re: [PATCH RFC 11/32] python/qemu/lib: remove Python2 style super() calls

2020-05-31 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: > Use the Python3 style instead. > > Signed-off-by: John Snow > --- > python/qemu/lib/machine.py | 2 +- > python/qemu/lib/qtest.py | 15 +++ > 2 files changed, 8 insertions(+), 9 deletions(-) Thanks, applied to my python-next tree:

Re: [PATCH RFC 11/32] python/qemu/lib: remove Python2 style super() calls

2020-05-14 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: Use the Python3 style instead. Signed-off-by: John Snow Reviewed-by: Philippe Mathieu-Daudé --- python/qemu/lib/machine.py | 2 +- python/qemu/lib/qtest.py | 15 +++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git

[PATCH RFC 11/32] python/qemu/lib: remove Python2 style super() calls

2020-05-13 Thread John Snow
Use the Python3 style instead. Signed-off-by: John Snow --- python/qemu/lib/machine.py | 2 +- python/qemu/lib/qtest.py | 15 +++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/python/qemu/lib/machine.py b/python/qemu/lib/machine.py index 4b260fa2cb..b2f0412197