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/tests/devtest/python_api_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/tests/devtest/python_api_test.py') diff --git a/host/tests/devtest/python_api_test.py b/host/tests/devtest/python_api_test.py index feccd91f9..d9fcda0b0 100644 --- a/host/tests/devtest/python_api_test.py +++ b/host/tests/devtest/python_api_test.py @@ -6,7 +6,6 @@ # """ Test Python API """ -from __future__ import print_function import os from uhd_test_base import shell_application from uhd_test_base import uhd_test_case -- cgit v1.2.3