summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
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