X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-examples%2Fpython%2Fdigital%2Fbenchmark_qt_rx.py;fp=gnuradio-examples%2Fpython%2Fdigital%2Fbenchmark_qt_rx.py;h=0cbb68d23ee5cbde40c086ddb96b96a5b7cd317d;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=33cf94a5c5a9235d2a24b04a5d15b797da7d8c0c;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx.py b/gnuradio-examples/python/digital/benchmark_qt_rx.py index 33cf94a5..0cbb68d2 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