summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/stream_to_vector_decimator.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/blocks/stream_to_vector_decimator.py')
-rw-r--r--gr-blocks/python/blocks/stream_to_vector_decimator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/stream_to_vector_decimator.py b/gr-blocks/python/blocks/stream_to_vector_decimator.py
index 4153fff312..e451e19807 100644
--- a/gr-blocks/python/blocks/stream_to_vector_decimator.py
+++ b/gr-blocks/python/blocks/stream_to_vector_decimator.py
@@ -10,7 +10,7 @@ from __future__ import unicode_literals
from gnuradio import gr
-from . import blocks_swig as blocks
+from . import blocks_python as blocks
class stream_to_vector_decimator(gr.hier_block2):