]> Git Repo - qemu.git/blobdiff - scripts/qapi/gen.py
qapi: Inheriting from object is pointless with Python 3, drop
[qemu.git] / scripts / qapi / gen.py
index 95afae0615af1d23f0a50fa3d730bf135b74cff7..a53a705c73019cef940b97be3de87304bae13af4 100644 (file)
@@ -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
This page took 0.024069 seconds and 4 git commands to generate.