diff options
author | Josh Blum <josh@joshknows.com> | 2009-09-09 14:59:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2009-09-09 14:59:44 -0700 |
commit | 01414dbb779bf3e7203b08a961814ca91d67a6a2 (patch) | |
tree | 2d398d11f248155b84978f4d2bc2e8fa970422cd /gnuradio-examples/python/digital/benchmark_qt_rx.py | |
parent | 5acd0b6b42d2b939daf61ec0e26008a83b883c57 (diff) |
updated digital to use installed usrp options
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_qt_rx.py')
-rwxr-xr-x | gnuradio-examples/python/digital/benchmark_qt_rx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx.py b/gnuradio-examples/python/digital/benchmark_qt_rx.py index 33cf94a5c5..0cbb68d23e 100755 --- a/gnuradio-examples/python/digital/benchmark_qt_rx.py +++ b/gnuradio-examples/python/digital/benchmark_qt_rx.py @@ -25,6 +25,7 @@ from gnuradio import usrp from gnuradio import eng_notation from gnuradio.eng_option import eng_option from optparse import OptionParser +from gnuradio import usrp_options import random import struct @@ -33,7 +34,6 @@ import sys # from current dir from receive_path import receive_path from pick_bitrate import pick_rx_bitrate -import usrp_options try: from gnuradio.qtgui import qtgui |