diff options
author | Tom Rondeau | 2011-12-14 22:21:51 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-12-14 22:21:51 -0500 |
commit | aa0cca173047fc268eb3acfcb7cc8cbb2d8c7581 (patch) | |
tree | 9f9aaef94cad546ae2fd20d12b90e5b02501529c /gr-uhd/examples/fm_tx4.py | |
parent | 933b97a8ef36249e9cac5b8374ba79d61bdf58be (diff) | |
download | gnuradio-aa0cca173047fc268eb3acfcb7cc8cbb2d8c7581.tar.gz gnuradio-aa0cca173047fc268eb3acfcb7cc8cbb2d8c7581.tar.bz2 gnuradio-aa0cca173047fc268eb3acfcb7cc8cbb2d8c7581.zip |
uhd: removes usrpm that should not have been there anymore (patch from Sam Bretheim).
Diffstat (limited to 'gr-uhd/examples/fm_tx4.py')
-rwxr-xr-x | gr-uhd/examples/fm_tx4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-uhd/examples/fm_tx4.py b/gr-uhd/examples/fm_tx4.py index 714eed3cf..2972e728d 100755 --- a/gr-uhd/examples/fm_tx4.py +++ b/gr-uhd/examples/fm_tx4.py @@ -37,7 +37,6 @@ from gnuradio import uhd from gnuradio import blks2 from gnuradio.eng_option import eng_option from optparse import OptionParser -from usrpm import usrp_dbid import math import sys |