summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/usrp/fm_tx4.py
diff options
context:
space:
mode:
authoreb2007-03-07 01:43:43 +0000
committereb2007-03-07 01:43:43 +0000
commit224434889bf564a4456011180c62a58e0ca55c8f (patch)
treefbbbff591fa6a7a9987a6b0b4022ea5f88ab4a3b /gnuradio-examples/python/usrp/fm_tx4.py
parent511ddd6cbfd7788f8a2cb3634d898d7c5fdd29fb (diff)
downloadgnuradio-224434889bf564a4456011180c62a58e0ca55c8f.tar.gz
gnuradio-224434889bf564a4456011180c62a58e0ca55c8f.tar.bz2
gnuradio-224434889bf564a4456011180c62a58e0ca55c8f.zip
Merged eb/usrp-install r4723:4727 into trunk.
This moves usrp related .py files from the top-level of site-packages into site-packages/usrpm. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/usrp/fm_tx4.py')
-rwxr-xr-xgnuradio-examples/python/usrp/fm_tx4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/usrp/fm_tx4.py b/gnuradio-examples/python/usrp/fm_tx4.py
index a9201b3f4..da887d8bf 100755
--- a/gnuradio-examples/python/usrp/fm_tx4.py
+++ b/gnuradio-examples/python/usrp/fm_tx4.py
@@ -18,7 +18,7 @@ from gnuradio import audio
from gnuradio import blks
from gnuradio.eng_option import eng_option
from optparse import OptionParser
-import usrp_dbid
+from usrpm import usrp_dbid
import math
import sys