summaryrefslogtreecommitdiff
path: root/gruel
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-03 12:12:52 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-03 12:12:52 -0500
commit40e8e55f47d201a2d74e674df39d5e19c82f3e1a (patch)
tree996accd863f1bc608bc80ff3cf4eb463790a6c1c /gruel
parent765252e74854c05288f3f99b26aea1f5bac7e9d6 (diff)
docs: adding a doc string for the gruel and gruel.pmt python modules.
Diffstat (limited to 'gruel')
-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 14014cc5a1..082ea26f2c 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 421a9aaa80..2c4d33b596 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 *