summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_pdu.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-06 18:06:32 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-06 18:06:32 -0500
commite848923bbb827427ccc27984a9e130de8c17a7e6 (patch)
tree0421521cf3ed4539f60edf29ba7645ff94fd0ccd /gr-blocks/python/qa_pdu.py
parenta8245890a789cdb70868df57730170f57dc3668e (diff)
blocks: removing gr_tag_debug from core; now in gr-blocks.
Also removes stray reference to gri_fft.h.
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 8f708a2a86..d0c0093810 100755
--- a/gr-blocks/python/qa_pdu.py
+++ b/gr-blocks/python/qa_pdu.py
@@ -40,7 +40,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()
- snk = gr.tag_debug(1, "test")
+ snk = blocks.tag_debug(1, "test")
snk.set_display(False)
dbg = blocks.message_debug()