diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-11-17 17:44:57 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-11-17 17:44:57 -0500 |
commit | 061bb4e56df7fcb093bb1fb0a48e3396f5b0d19e (patch) | |
tree | 2c1aef1f4cae2ce3b3c55435f3cafcd2e76f63b4 /gr-filter/examples/reconstruction.py | |
parent | 1b7fe57e0ce0e0fd9a23690072461123b6f955e8 (diff) |
filter: fixed missing copyright and import sys in examples
Diffstat (limited to 'gr-filter/examples/reconstruction.py')
-rwxr-xr-x | gr-filter/examples/reconstruction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-filter/examples/reconstruction.py b/gr-filter/examples/reconstruction.py index 85704bda2b..fd8ba87a2f 100755 --- a/gr-filter/examples/reconstruction.py +++ b/gr-filter/examples/reconstruction.py @@ -23,6 +23,7 @@ from gnuradio import gr, digital from gnuradio import filter from gnuradio import blocks +import sys try: from gnuradio import channels |