diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-11-12 21:56:06 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-11-12 21:56:06 -0500 |
commit | 0613db37aa3d87eb3cce2841fa210abc6b7f9c22 (patch) | |
tree | 305ea14c939e945017bf9bc9510a44246b301076 /gr-qtgui/examples/pyqt_waterfall_f.py | |
parent | bbbbf8b042c3443415ae766bf7b6a26134c0119d (diff) |
qtgui: Fixed some build issues and made sure all qtgui examples work.
analog: also fixed having a default arg for noise_source seed in Python.
Diffstat (limited to 'gr-qtgui/examples/pyqt_waterfall_f.py')
-rwxr-xr-x | gr-qtgui/examples/pyqt_waterfall_f.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_waterfall_f.py b/gr-qtgui/examples/pyqt_waterfall_f.py index ff79924843..725117d06b 100755 --- a/gr-qtgui/examples/pyqt_waterfall_f.py +++ b/gr-qtgui/examples/pyqt_waterfall_f.py @@ -20,7 +20,7 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr +from gnuradio import gr, filter import sys try: |