commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: filter: add missing import of filter


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: filter: add missing import of filter
Date: Fri, 1 Jul 2016 16:25:43 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 8ef0f89ce37e2daae6d5e95494ec28640a34c56f
Author: Jiří Pinkava <address@hidden>
Date:   Wed Jun 29 01:04:12 2016 +0200

    filter: add missing import of filter
---
 gr-filter/examples/benchmark_filters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-filter/examples/benchmark_filters.py 
b/gr-filter/examples/benchmark_filters.py
index ffc869d..18380a7 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):



reply via email to

[Prev in Thread] Current Thread [Next in Thread]