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/lib/deps/import_rpclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/deps') diff --git a/host/lib/deps/import_rpclib.py b/host/lib/deps/import_rpclib.py index e30b167dc..ffc4bbff0 100755 --- a/host/lib/deps/import_rpclib.py +++ b/host/lib/deps/import_rpclib.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 Ettus Research, a National Instruments Company # -- cgit v1.2.3