diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-07 01:43:43 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-07 01:43:43 +0000 |
commit | 224434889bf564a4456011180c62a58e0ca55c8f (patch) | |
tree | fbbbff591fa6a7a9987a6b0b4022ea5f88ab4a3b /gr-radio-astronomy/src/python/usrp_psr_receiver.py | |
parent | 511ddd6cbfd7788f8a2cb3634d898d7c5fdd29fb (diff) |
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_psr_receiver.py')
-rwxr-xr-x | gr-radio-astronomy/src/python/usrp_psr_receiver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_psr_receiver.py b/gr-radio-astronomy/src/python/usrp_psr_receiver.py index 91cb2e7ef3..759022cfb3 100755 --- a/gr-radio-astronomy/src/python/usrp_psr_receiver.py +++ b/gr-radio-astronomy/src/python/usrp_psr_receiver.py @@ -30,7 +30,7 @@ # # from gnuradio import gr, gru, blks, audio -import usrp_dbid +from usrpm import usrp_dbid from gnuradio import usrp, optfir from gnuradio import eng_notation from gnuradio.eng_option import eng_option |