OSDN Git Service

python/qemu: remove Python2 style super() calls
authorJohn Snow <jsnow@redhat.com>
Thu, 14 May 2020 05:53:42 +0000 (01:53 -0400)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 16:25:31 +0000 (18:25 +0200)
commit3797dbcbb7bf1dffdd74ef84b5b21ed9c825e171
tree8b21b3ae8ffbbabc237b437c83d26de27734c250
parent8dfac2edb2146d87b25543c70e25723f3d4dbd60
python/qemu: remove Python2 style super() calls

Use the Python3 style instead.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200514055403.18902-12-jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
python/qemu/machine.py
python/qemu/qtest.py