aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/converter_benchmark.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2020-05-07 09:43:15 -0700
committerAaron Rossetto <aaron.rossetto@ni.com>2020-05-07 15:10:41 -0500
commit1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a (patch)
tree51d34499aa91d7555338952f946a9f6c48ea0b71 /host/utils/converter_benchmark.py
parent75b7991378e3f465f9d91cba597d98ee5b9054ed (diff)
downloaduhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.tar.gz
uhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.tar.bz2
uhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.zip
Remove remaining Python 2 references
This changes two things in all applicable files: - Remove imports from __future__ - Change default shebangs from /usr/bin/env python to /usr/bin/env python3
Diffstat (limited to 'host/utils/converter_benchmark.py')
-rw-r--r--host/utils/converter_benchmark.py3
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