mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
qapi: Inheriting from object is pointless with Python 3, drop
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200304155932.20452-2-armbru@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
abfa865014
commit
baa310f1bb
4 changed files with 12 additions and 12 deletions
|
@ -22,7 +22,7 @@ from qapi.common import *
|
|||
from qapi.schema import QAPISchemaVisitor
|
||||
|
||||
|
||||
class QAPIGen(object):
|
||||
class QAPIGen:
|
||||
|
||||
def __init__(self, fname):
|
||||
self.fname = fname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue