From 407c3569b7757031cab7228996c6016769bb4a32 Mon Sep 17 00:00:00 2001
From: Martin Braun <martin.braun@kit.edu>
Date: Tue, 29 Oct 2013 16:01:56 +0100
Subject: modtool: Since blocks is needed in 99% of the QA codes, it goes into
 the template

---
 gr-utils/python/modtool/templates.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-utils/python/modtool/templates.py')

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
-- 
cgit v1.2.3