diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-05-07 09:43:15 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-07 15:10:41 -0500 |
commit | 1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a (patch) | |
tree | 51d34499aa91d7555338952f946a9f6c48ea0b71 /host/utils/uhd_images_downloader.py.in | |
parent | 75b7991378e3f465f9d91cba597d98ee5b9054ed (diff) | |
download | uhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.tar.gz uhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.tar.bz2 uhd-1bba62a75a0ce825b66d6f06fbfe4d73ffc6d50a.zip |
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
Diffstat (limited to 'host/utils/uhd_images_downloader.py.in')
-rw-r--r-- | host/utils/uhd_images_downloader.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/utils/uhd_images_downloader.py.in b/host/utils/uhd_images_downloader.py.in index 87dc9b3e3..de74d37e2 100644 --- a/host/utils/uhd_images_downloader.py.in +++ b/host/utils/uhd_images_downloader.py.in @@ -33,7 +33,6 @@ Inventory files are JSON files called `inventory.json`, by default. It is possib inventory file in command line arguments, but we don't recommend using this functionality unless you're really sure you need it. """ -from __future__ import print_function import argparse import hashlib import json |