qapi: Use super() now we have Python 3
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200304155932.20452-4-armbru@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
This commit is contained in:
@@ -320,7 +320,7 @@ class QAPIDoc:
|
||||
|
||||
class ArgSection(Section):
|
||||
def __init__(self, name):
|
||||
QAPIDoc.Section.__init__(self, name)
|
||||
super().__init__(name)
|
||||
self.member = None
|
||||
|
||||
def connect(self, member):
|
||||
|
Reference in New Issue
Block a user