diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 12:23:05 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 12:23:05 -0500 |
commit | a770feec38cd8a188a4c4c88f34d513155b4b539 (patch) | |
tree | ac5a0263daf24c8a78868a307df68a30c9890b0b /gr-wxgui/python/constsink_gl.py | |
parent | a08afb0b0166cab961982f174a5cf672393b5198 (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/constsink_gl.py')
-rw-r--r-- | gr-wxgui/python/constsink_gl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/python/constsink_gl.py b/gr-wxgui/python/constsink_gl.py index 4765e7a6eb..0313e7fea0 100644 --- a/gr-wxgui/python/constsink_gl.py +++ b/gr-wxgui/python/constsink_gl.py @@ -102,7 +102,7 @@ class const_sink_c(gr.hier_block2, common.wxgui_hb): #) agc = gr.feedforward_agc_cc(16, 1) msgq = gr.msg_queue(2) - sink = gr.message_sink(gr.sizeof_gr_complex*const_size, msgq, True) + sink = blocks.message_sink(gr.sizeof_gr_complex*const_size, msgq, True) #controller def setter(p, k, x): p[k] = x self.controller = pubsub() |