diff options
author | eb | 2007-03-07 01:43:43 +0000 |
---|---|---|
committer | eb | 2007-03-07 01:43:43 +0000 |
commit | 224434889bf564a4456011180c62a58e0ca55c8f (patch) | |
tree | fbbbff591fa6a7a9987a6b0b4022ea5f88ab4a3b /gr-radio-astronomy/src/python/usrp_ra_receiver.py | |
parent | 511ddd6cbfd7788f8a2cb3634d898d7c5fdd29fb (diff) | |
download | gnuradio-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 'gr-radio-astronomy/src/python/usrp_ra_receiver.py')
-rwxr-xr-x | gr-radio-astronomy/src/python/usrp_ra_receiver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_ra_receiver.py b/gr-radio-astronomy/src/python/usrp_ra_receiver.py index 78c9b1e47..2ecf946cb 100755 --- a/gr-radio-astronomy/src/python/usrp_ra_receiver.py +++ b/gr-radio-astronomy/src/python/usrp_ra_receiver.py @@ -22,7 +22,7 @@ from gnuradio import gr, gru from gnuradio import usrp -import usrp_dbid +from usrpm import usrp_dbid from gnuradio import eng_notation from gnuradio.eng_option import eng_option from gnuradio.wxgui import stdgui, ra_fftsink, ra_stripchartsink, ra_waterfallsink, form, slider |