summaryrefslogtreecommitdiff
path: root/gruel/src
diff options
context:
space:
mode:
authorTom Rondeau2011-12-03 12:12:52 -0500
committerTom Rondeau2011-12-03 12:12:52 -0500
commit40e8e55f47d201a2d74e674df39d5e19c82f3e1a (patch)
tree996accd863f1bc608bc80ff3cf4eb463790a6c1c /gruel/src
parent765252e74854c05288f3f99b26aea1f5bac7e9d6 (diff)
downloadgnuradio-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__.py4
-rw-r--r--gruel/src/python/pmt/__init__.py4
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 *