diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-11-06 12:26:57 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-11-06 13:05:26 -0500 |
commit | 0c9c16fb008b02a5af39fb22e18acfff2dbd933a (patch) | |
tree | 2a1d555a5b496f84eaf7f360b1cc50b64ab0fd03 /gr-digital/python/qa_constellation.py | |
parent | 463b962fe280c5515947498b4d0f4fd3b5993662 (diff) |
all: Python, GRC, and examples to properly pull blocks from filter and analog.
Diffstat (limited to 'gr-digital/python/qa_constellation.py')
-rwxr-xr-x | gr-digital/python/qa_constellation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/qa_constellation.py b/gr-digital/python/qa_constellation.py index 750337a119..9d6f4c6427 100755 --- a/gr-digital/python/qa_constellation.py +++ b/gr-digital/python/qa_constellation.py @@ -23,7 +23,7 @@ import random from cmath import exp, pi, log -from gnuradio import gr, gr_unittest, blks2 +from gnuradio import gr, gr_unittest from utils import mod_codes import digital_swig as digital |