diff options
author | Tom Rondeau | 2011-12-04 11:19:37 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-12-04 11:19:37 -0500 |
commit | 7209280a2b21fb31e5533a17047ed8c6ba5527f1 (patch) | |
tree | f3ef58059fa9a55be67230ad1949d57ab2c1a4b8 /gr-howto-write-a-block-cmake/python | |
parent | 5c1576570e156633c9531932baa79fda9ff9a573 (diff) | |
parent | f536b394f20ef88b426bf4bb6e9b69f6efb9847e (diff) | |
download | gnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.tar.gz gnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.tar.bz2 gnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.zip |
Merge branch 'more_swigness_docs'
Diffstat (limited to 'gr-howto-write-a-block-cmake/python')
-rw-r--r-- | gr-howto-write-a-block-cmake/python/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/python/__init__.py b/gr-howto-write-a-block-cmake/python/__init__.py index d4a41c271..86395851d 100644 --- a/gr-howto-write-a-block-cmake/python/__init__.py +++ b/gr-howto-write-a-block-cmake/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 |