summaryrefslogtreecommitdiff
path: root/gr-wxgui/python/numbersink2.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-wxgui/python/numbersink2.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-wxgui/python/numbersink2.py')
-rw-r--r--gr-wxgui/python/numbersink2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/python/numbersink2.py b/gr-wxgui/python/numbersink2.py
index 395bddbd61..62a096e112 100644
--- a/gr-wxgui/python/numbersink2.py
+++ b/gr-wxgui/python/numbersink2.py
@@ -82,7 +82,7 @@ class _number_sink_base(gr.hier_block2, common.wxgui_hb):
add = blocks.add_const_cc(ref_level)
avg = filter.single_pole_iir_filter_cc(1.0)
msgq = gr.msg_queue(2)
- sink = gr.message_sink(self._item_size, msgq, True)
+ sink = blocks.message_sink(self._item_size, msgq, True)
#controller
self.controller = pubsub()
self.controller.subscribe(SAMPLE_RATE_KEY, sd.set_sample_rate)