summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@kit.edu>2013-10-29 16:01:56 +0100
committerMartin Braun <martin.braun@kit.edu>2013-10-29 16:01:56 +0100
commit407c3569b7757031cab7228996c6016769bb4a32 (patch)
tree90bf53c3475f94ea3f7ba0cdb965fd1032b66c72 /gr-utils/python/modtool/templates.py
parent8e422cb315a9364dac4573856ea947aa7786f943 (diff)
modtool: Since blocks is needed in 99% of the QA codes, it goes into the template
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r--gr-utils/python/modtool/templates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py
index 47314891c0..f8957938a6 100644
--- a/gr-utils/python/modtool/templates.py
+++ b/gr-utils/python/modtool/templates.py
@@ -471,6 +471,7 @@ ${str_to_python_comment($license)}
#
from gnuradio import gr, gr_unittest
+from gnuradio import blocks
#if $lang == 'cpp'
import ${modname}_swig as ${modname}
#else