diff options
author | Tom Rondeau | 2011-12-03 12:12:52 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-12-03 12:12:52 -0500 |
commit | 40e8e55f47d201a2d74e674df39d5e19c82f3e1a (patch) | |
tree | 996accd863f1bc608bc80ff3cf4eb463790a6c1c /gruel/src | |
parent | 765252e74854c05288f3f99b26aea1f5bac7e9d6 (diff) | |
download | gnuradio-40e8e55f47d201a2d74e674df39d5e19c82f3e1a.tar.gz gnuradio-40e8e55f47d201a2d74e674df39d5e19c82f3e1a.tar.bz2 gnuradio-40e8e55f47d201a2d74e674df39d5e19c82f3e1a.zip |
docs: adding a doc string for the gruel and gruel.pmt python modules.
Diffstat (limited to 'gruel/src')
-rw-r--r-- | gruel/src/python/__init__.py | 4 | ||||
-rw-r--r-- | gruel/src/python/pmt/__init__.py | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gruel/src/python/__init__.py b/gruel/src/python/__init__.py index 14014cc5a..082ea26f2 100644 --- a/gruel/src/python/__init__.py +++ b/gruel/src/python/__init__.py @@ -21,5 +21,9 @@ # The presence of this file turns this directory into a Python package +''' +The GNU Radio Utility Etcetera Library. +''' + import pmt; diff --git a/gruel/src/python/pmt/__init__.py b/gruel/src/python/pmt/__init__.py index 421a9aaa8..2c4d33b59 100644 --- a/gruel/src/python/pmt/__init__.py +++ b/gruel/src/python/pmt/__init__.py @@ -21,5 +21,9 @@ # The presence of this file turns this directory into a Python package +''' +The GNU Radio Utility Etcetera Library's Polymorphic Types for Python. +''' + from pmt_swig import * |