From 0613db37aa3d87eb3cce2841fa210abc6b7f9c22 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Mon, 12 Nov 2012 21:56:06 -0500
Subject: 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.
---
 gr-qtgui/examples/pyqt_waterfall_f.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-qtgui/examples/pyqt_waterfall_f.py')

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:
-- 
cgit v1.2.3