diff options
Diffstat (limited to 'gr-pager/python')
-rw-r--r-- | gr-pager/python/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-pager/python/__init__.py b/gr-pager/python/__init__.py index 664b79942..fffefd51d 100644 --- a/gr-pager/python/__init__.py +++ b/gr-pager/python/__init__.py @@ -21,6 +21,10 @@ # The presence of this file turns this directory into a Python package +''' +The GNU Radio pager application. +''' + from pager_swig import * from flex_demod import flex_demod from pager_utils import * |