summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/apps
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/apps
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/apps')
-rw-r--r--gnuradio-examples/python/apps/hf_radio/input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/apps/hf_radio/input.py b/gnuradio-examples/python/apps/hf_radio/input.py
index 3a62a68cc..a7c871287 100644
--- a/gnuradio-examples/python/apps/hf_radio/input.py
+++ b/gnuradio-examples/python/apps/hf_radio/input.py
@@ -7,7 +7,7 @@
from gnuradio import gr, gru, optfir
from gnuradio import usrp
-import usrp_dbid
+from usrpm import usrp_dbid
import math
# Put special knowlege of usrp here.