diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-09-08 13:15:11 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-09-08 13:15:11 -0700 |
commit | 6d9a16470bbb416d311a8830d7db42d6c69a39cf (patch) | |
tree | 180d6615d74b1d2759171cf91b918e55f3a84826 /gr-blocks/python | |
parent | 50dc3145d69e20541d83dfb551d6b6ee1b3116bb (diff) |
wxgui: removed
Diffstat (limited to 'gr-blocks/python')
-rw-r--r-- | gr-blocks/python/grc_gnuradio/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-blocks/python/grc_gnuradio/README b/gr-blocks/python/grc_gnuradio/README index 897eed65ca..e27b01af54 100644 --- a/gr-blocks/python/grc_gnuradio/README +++ b/gr-blocks/python/grc_gnuradio/README @@ -6,6 +6,3 @@ These will be phased-out as new functionaility is merged into gnuradio. The blk2s module wraps many blocks in blks2 and gives them streaming outputs. Will be phased-out by new message passing implementations. Other blks2 blocks will hopefully make their way into blks2impl. - -The wxgui module contains a top_block + wxgui frame. -Will be phased-out by gui.py in wxgui and a new top block template. |