summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *