diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:06:32 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:06:32 -0500 |
commit | e848923bbb827427ccc27984a9e130de8c17a7e6 (patch) | |
tree | 0421521cf3ed4539f60edf29ba7645ff94fd0ccd /gr-blocks/python/qa_pdu.py | |
parent | a8245890a789cdb70868df57730170f57dc3668e (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-x | gr-blocks/python/qa_pdu.py | 2 |
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() |