summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_waterfall_f.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-11-12 21:56:06 -0500
committerTom Rondeau <trondeau@vt.edu>2012-11-12 21:56:06 -0500
commit0613db37aa3d87eb3cce2841fa210abc6b7f9c22 (patch)
tree305ea14c939e945017bf9bc9510a44246b301076 /gr-qtgui/examples/pyqt_waterfall_f.py
parentbbbbf8b042c3443415ae766bf7b6a26134c0119d (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-xgr-qtgui/examples/pyqt_waterfall_f.py2
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: