summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/benchmark_qt_rx.py
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2009-09-09 14:59:44 -0700
committerJosh Blum <josh@joshknows.com>2009-09-09 14:59:44 -0700
commit01414dbb779bf3e7203b08a961814ca91d67a6a2 (patch)
tree2d398d11f248155b84978f4d2bc2e8fa970422cd /gnuradio-examples/python/digital/benchmark_qt_rx.py
parent5acd0b6b42d2b939daf61ec0e26008a83b883c57 (diff)
updated digital to use installed usrp options
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_qt_rx.py')
-rwxr-xr-xgnuradio-examples/python/digital/benchmark_qt_rx.py2
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