image-fuzzer: Run using python3
commit73bdbb84ec710c53ca8318a2bff8640b6d7e31f2
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Oct 2019 19:24:29 +0000 (16 16:24 -0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 5 Nov 2019 15:35:06 +0000 (5 16:35 +0100)
tree961b7e075425898da8ee3c77e921e22f540a98d6
parent58b818d5bdcb89e89e60b7b1f68d808882186ccc
image-fuzzer: Run using python3

image-fuzzer is now supposed to be ready to run using Python 3.
Remove the __future__ imports and change the interpreter line to
"#!/usr/bin/env python3".

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191016192430.25098-10-ehabkost@redhat.com
Message-Id: <20191016192430.25098-10-ehabkost@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/image-fuzzer/qcow2/__init__.py
tests/image-fuzzer/qcow2/layout.py
tests/image-fuzzer/runner.py