diff options
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 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() |