diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-21 18:39:10 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-22 21:25:16 -0400 |
commit | 4a60c41913d7ebddf666d24e288533b453ee41ae (patch) | |
tree | 3049d02ab73709e03ca7b18c6a9dfa5ce4dc38f8 /gr-digital/examples/narrowband/tx_voice.py | |
parent | 5f720e1beb27f7457f20555f8ce1bb8c34c27cbe (diff) |
core: fixing location of some components for the new hierarchy.
ctest and digital examples working again.
Diffstat (limited to 'gr-digital/examples/narrowband/tx_voice.py')
-rwxr-xr-x | gr-digital/examples/narrowband/tx_voice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/examples/narrowband/tx_voice.py b/gr-digital/examples/narrowband/tx_voice.py index 400ab7a587..1f968fa8a3 100755 --- a/gr-digital/examples/narrowband/tx_voice.py +++ b/gr-digital/examples/narrowband/tx_voice.py @@ -20,7 +20,7 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, blks2, audio, uhd +from gnuradio import gr, audio, uhd from gnuradio import eng_notation from gnuradio.eng_option import eng_option from optparse import OptionParser |