From 423edd9a31b3c78007bb5d9c9a9b3c0c618a10a8 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 4 Feb 2020 17:06:04 +0100 Subject: drop "from __future__ import print_function" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is only needed for Python 2, which we do not support anymore. Cc: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alex Bennée Acked-by: Markus Armbruster Message-Id: <20200204160604.19883-1-pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- scripts/replay-dump.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/replay-dump.py') diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 0cdae87..4cbc1e4 100755 --- a/scripts/replay-dump.py +++ b/scripts/replay-dump.py @@ -18,7 +18,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, see . -from __future__ import print_function import argparse import struct from collections import namedtuple -- cgit v1.1