diff options
-rwxr-xr-x | gr-filter/examples/benchmark_filters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/examples/benchmark_filters.py b/gr-filter/examples/benchmark_filters.py index ffc869db73..18380a7a34 100755 --- a/gr-filter/examples/benchmark_filters.py +++ b/gr-filter/examples/benchmark_filters.py @@ -24,7 +24,7 @@ import time import random from optparse import OptionParser from gnuradio import gr -from gnuradio import blocks +from gnuradio import blocks, filter from gnuradio.eng_option import eng_option def make_random_complex_tuple(L): |