summaryrefslogtreecommitdiff
path: root/gr-wxgui/python/waterfallsink_gl.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/waterfallsink_gl.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/waterfallsink_gl.py')
-rw-r--r--gr-wxgui/python/waterfallsink_gl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/python/waterfallsink_gl.py b/gr-wxgui/python/waterfallsink_gl.py
index dba50ce551..ead97df1e7 100644
--- a/gr-wxgui/python/waterfallsink_gl.py
+++ b/gr-wxgui/python/waterfallsink_gl.py
@@ -77,7 +77,7 @@ class _waterfall_sink_base(gr.hier_block2, common.wxgui_hb):
win=win,
)
msgq = gr.msg_queue(2)
- sink = gr.message_sink(gr.sizeof_float*fft_size, msgq, True)
+ sink = blocks.message_sink(gr.sizeof_float*fft_size, msgq, True)
#controller
self.controller = pubsub()
self.controller.subscribe(AVERAGE_KEY, fft.set_average)