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/cmake/Modules/UHDPython.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'host/cmake/Modules') diff --git a/host/cmake/Modules/UHDPython.cmake b/host/cmake/Modules/UHDPython.cmake index d3fac6100..f5e67fc2d 100644 --- a/host/cmake/Modules/UHDPython.cmake +++ b/host/cmake/Modules/UHDPython.cmake @@ -47,7 +47,6 @@ endif(NOT PYTHONINTERP_FOUND) if(NOT PYTHON_VERSION) message(STATUS "Manually determining build Python version...") execute_process(COMMAND ${PYTHON_EXECUTABLE} -c " -from __future__ import print_function import sys print('{}.{}.{}'.format( sys.version_info.major, -- cgit v1.2.3