diff options
Diffstat (limited to 'scripts/replay-dump.py')
-rwxr-xr-x | scripts/replay-dump.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 0cdae879b7..4cbc1e47c6 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 <http://www.gnu.org/licenses/>. -from __future__ import print_function import argparse import struct from collections import namedtuple |