From 40e8e55f47d201a2d74e674df39d5e19c82f3e1a Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sat, 3 Dec 2011 12:12:52 -0500 Subject: docs: adding a doc string for the gruel and gruel.pmt python modules. --- gruel/src/python/__init__.py | 4 ++++ gruel/src/python/pmt/__init__.py | 4 ++++ 2 files changed, 8 insertions(+) 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 * -- cgit