diff options
Diffstat (limited to 'gr-digital/python/__init__.py')
-rw-r--r-- | gr-digital/python/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gr-digital/python/__init__.py b/gr-digital/python/__init__.py index 0fc48cc79..ca46dcfdb 100644 --- a/gr-digital/python/__init__.py +++ b/gr-digital/python/__init__.py @@ -1,4 +1,3 @@ -# # Copyright 2011 Free Software Foundation, Inc. # # This file is part of GNU Radio @@ -19,6 +18,11 @@ # Boston, MA 02110-1301, USA. # +''' +This is the gr-digital package. It contains all of the blocks, +utilities, and examples for doing digital modulation and demodulation. +''' + # The presence of this file turns this directory into a Python package from digital_swig import * |