]> Git Repo - qemu.git/blobdiff - scripts/device-crash-test
virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()
[qemu.git] / scripts / device-crash-test
index 15f213a6cdb061b0d7af89ddac9e39ff34edfe1c..305d0427af61430dfe920c597e4d0bed36018369 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #  Copyright (c) 2017 Red Hat Inc
 #
 #
 #  Copyright (c) 2017 Red Hat Inc
 #
@@ -23,7 +23,6 @@
 Run QEMU with all combinations of -machine and -device types,
 check for crashes and unexpected errors.
 """
 Run QEMU with all combinations of -machine and -device types,
 check for crashes and unexpected errors.
 """
-from __future__ import print_function
 
 import os
 import sys
 
 import os
 import sys
This page took 0.023425 seconds and 4 git commands to generate.