summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/fm_tx4.py
diff options
context:
space:
mode:
authorTom Rondeau2011-12-14 22:21:51 -0500
committerTom Rondeau2011-12-14 22:21:51 -0500
commitaa0cca173047fc268eb3acfcb7cc8cbb2d8c7581 (patch)
tree9f9aaef94cad546ae2fd20d12b90e5b02501529c /gr-uhd/examples/fm_tx4.py
parent933b97a8ef36249e9cac5b8374ba79d61bdf58be (diff)
downloadgnuradio-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-xgr-uhd/examples/fm_tx4.py1
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