diff options
Diffstat (limited to 'gruel/src/python/pmt/__init__.py')
-rw-r--r-- | gruel/src/python/pmt/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 * |