]> Git Repo - qemu.git/blobdiff - scripts/qapi-gen.py
virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()
[qemu.git] / scripts / qapi-gen.py
index f93f3c7c233e4edb9973fb9918b62f853f68ffad..4b03f7d53be73bdb43a4d92fe0333d916e4ef7b8 100755 (executable)
@@ -1,10 +1,9 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # QAPI generator
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
 
-from __future__ import print_function
 
 import argparse
 import re
This page took 0.023485 seconds and 4 git commands to generate.