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/rfnoc_image_builder.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/utils/rfnoc_image_builder.py') diff --git a/host/utils/rfnoc_image_builder.py b/host/utils/rfnoc_image_builder.py index a031621ca..3fa1ce6f4 100755 --- a/host/utils/rfnoc_image_builder.py +++ b/host/utils/rfnoc_image_builder.py @@ -16,8 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -from __future__ import print_function - import sys import argparse import hashlib -- cgit v1.2.3