summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/python/__init__.py
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2011-12-08 13:48:48 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2011-12-08 13:48:48 -0800
commit00420d32081d8252bb37142b2be19a8a7c4dc4c4 (patch)
tree12c6bf83f01ffc4eff010102090bb687a1233558 /gr-howto-write-a-block/python/__init__.py
parentf52be4a8f0fa203ed206d0e0afc099856eb5bd03 (diff)
Removed autotools, gr-waveform, some cleanup
Nick Foster owes Nick Corgan a six-pack of beer!
Diffstat (limited to 'gr-howto-write-a-block/python/__init__.py')
-rw-r--r--gr-howto-write-a-block/python/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/python/__init__.py b/gr-howto-write-a-block/python/__init__.py
index d4a41c271b..86395851d1 100644
--- a/gr-howto-write-a-block/python/__init__.py
+++ b/gr-howto-write-a-block/python/__init__.py
@@ -18,6 +18,11 @@
# The presence of this file turns this directory into a Python package
+'''
+This is the GNU Radio HOWTO module. Place your Python package
+description here (python/__init__.py).
+'''
+
# ----------------------------------------------------------------
# Temporary workaround for ticket:181 (swig+python problem)
import sys