diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-07-28 09:38:19 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:00 -0800 |
commit | 5f99240bd283da3da71588fcb1c1886937693928 (patch) | |
tree | 41a083aa39ddff8e2b37603a75293b1eeb4d71bc /mpm/python | |
parent | e20c0adb05939fbf8b71792288061b8d36fa938e (diff) | |
download | uhd-5f99240bd283da3da71588fcb1c1886937693928.tar.gz uhd-5f99240bd283da3da71588fcb1c1886937693928.tar.bz2 uhd-5f99240bd283da3da71588fcb1c1886937693928.zip |
mpm: Made Python3 the default interpreter for all N3xx-related executables
Diffstat (limited to 'mpm/python')
-rw-r--r-- | mpm/python/aurora_bist_test.py | 2 | ||||
-rwxr-xr-x | mpm/python/n3xx_bist | 2 | ||||
-rwxr-xr-x | mpm/python/usrp_hwd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mpm/python/aurora_bist_test.py b/mpm/python/aurora_bist_test.py index 4d6227b60..75cbc0d51 100644 --- a/mpm/python/aurora_bist_test.py +++ b/mpm/python/aurora_bist_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 Ettus Research (National Instruments) # diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index f529cb70b..32dea2438 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 Ettus Research (National Instruments) # diff --git a/mpm/python/usrp_hwd.py b/mpm/python/usrp_hwd.py index c44f3a109..5a1457e1d 100755 --- a/mpm/python/usrp_hwd.py +++ b/mpm/python/usrp_hwd.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 Ettus Research (National Instruments) # |