Re: [PATCH v2 1/4] qapi: Inheriting from object is pointless with Python 3, drop

2020-03-04 Thread John Snow
On 3/4/20 10:59 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > Reviewed-by: Philippe Mathieu-Daudé adios, cowboy Reviewed-by: John Snow

[PATCH v2 1/4] qapi: Inheriting from object is pointless with Python 3, drop

2020-03-04 Thread Markus Armbruster
Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé --- scripts/qapi/gen.py| 2 +- scripts/qapi/parser.py | 6 +++--- scripts/qapi/schema.py | 12 ++-- scripts/qapi/source.py | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/qapi/g