diff options
Diffstat (limited to 'host/utils/converter_benchmark.py')
-rw-r--r-- | host/utils/converter_benchmark.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/utils/converter_benchmark.py b/host/utils/converter_benchmark.py index 5e6cba11c..0f7f32937 100644 --- a/host/utils/converter_benchmark.py +++ b/host/utils/converter_benchmark.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2015 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company @@ -9,7 +9,6 @@ Wrap the converter_benchmark tool and produce prettier results. """ -from __future__ import print_function import argparse import csv import subprocess |