summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_pdu.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/qa_pdu.py')
-rwxr-xr-xgr-blocks/python/qa_pdu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/qa_pdu.py b/gr-blocks/python/qa_pdu.py
index c8fc0e5a91..a9d8ea86f3 100755
--- a/gr-blocks/python/qa_pdu.py
+++ b/gr-blocks/python/qa_pdu.py
@@ -39,7 +39,7 @@ class test_pdu(gr_unittest.TestCase):
src = blocks.pdu_to_tagged_stream(blocks.byte_t)
snk3 = blocks.tagged_stream_to_pdu(blocks.byte_t)
- snk2 = gr.vector_sink_b()
+ snk2 = blocks.vector_sink_b()
snk = blocks.tag_debug(1, "test")
snk.set_display(False)