summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_pdu.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-06 12:23:05 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-06 12:23:05 -0500
commita770feec38cd8a188a4c4c88f34d513155b4b539 (patch)
treeac5a0263daf24c8a78868a307df68a30c9890b0b /gr-blocks/python/qa_pdu.py
parenta08afb0b0166cab961982f174a5cf672393b5198 (diff)
blocks: removing blocks moved into gr-blocks:
message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
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 b421f9ce63..8f708a2a86 100755
--- a/gr-blocks/python/qa_pdu.py
+++ b/gr-blocks/python/qa_pdu.py
@@ -43,7 +43,7 @@ class test_pdu(gr_unittest.TestCase):
snk = gr.tag_debug(1, "test")
snk.set_display(False)
- dbg = gr.message_debug()
+ dbg = blocks.message_debug()
# Test that the right number of ports exist.
pi = snk3.message_ports_in()