From 1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 7 May 2020 09:43:15 -0700 Subject: 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 --- host/utils/latency/graph.py | 2 +- host/utils/latency/pci_hwdata.py | 2 +- host/utils/latency/run_tests.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'host/utils/latency') diff --git a/host/utils/latency/graph.py b/host/utils/latency/graph.py index a675bc7cd..0eb47081c 100755 --- a/host/utils/latency/graph.py +++ b/host/utils/latency/graph.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2012 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company diff --git a/host/utils/latency/pci_hwdata.py b/host/utils/latency/pci_hwdata.py index a0f969caa..f37df964d 100755 --- a/host/utils/latency/pci_hwdata.py +++ b/host/utils/latency/pci_hwdata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2013 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company diff --git a/host/utils/latency/run_tests.py b/host/utils/latency/run_tests.py index e3056964d..63f1eef40 100755 --- a/host/utils/latency/run_tests.py +++ b/host/utils/latency/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2012 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company -- cgit v1.2.3