diff options
author | Josh Blum | 2011-10-11 21:35:35 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-11 21:35:35 -0700 |
commit | 1259a01a9479071bd1729a9c9496444f0a72509b (patch) | |
tree | 55350454454a119fb230cdbaadfb27d361f191ec /gr-digital/python | |
parent | 71c0f14a46f85027b95f2f5f6d3d219cc9e3783e (diff) | |
parent | 06860c309153890a6a42babfbedf230eb24f0042 (diff) | |
download | gnuradio-1259a01a9479071bd1729a9c9496444f0a72509b.tar.gz gnuradio-1259a01a9479071bd1729a9c9496444f0a72509b.tar.bz2 gnuradio-1259a01a9479071bd1729a9c9496444f0a72509b.zip |
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Conflicts:
gr-digital/include/digital_constellation.h
Diffstat (limited to 'gr-digital/python')
-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 * |