summaryrefslogtreecommitdiff
path: root/gr-blocks/python/grc_gnuradio/README
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/grc_gnuradio/README')
-rw-r--r--gr-blocks/python/grc_gnuradio/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/gr-blocks/python/grc_gnuradio/README b/gr-blocks/python/grc_gnuradio/README
deleted file mode 100644
index e27b01af54..0000000000
--- a/gr-blocks/python/grc_gnuradio/README
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the grc_gnuradio module.
-It contains supplemental python modules that grc uses at runtime.
-The supplemental modules are meant to mimic modules in gnuradio.
-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.