]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - scripts/replay-dump.py
linux-user, nios2: sync syscall numbers with kernel v5.5
[thirdparty/qemu.git] / scripts / replay-dump.py
index ee7fda263849ba671f83599459cd670a11e2c19d..4cbc1e47c64cf7605af3cbb7bfe3a2fcbef73312 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Dump the contents of a recorded execution stream
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
-from __future__ import print_function
 import argparse
 import struct
 from collections import namedtuple