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/usrp_hwd.py | |
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/usrp_hwd.py')
-rwxr-xr-x | mpm/python/usrp_hwd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) # |