From 0b1d665833530ff9120f55e132f95aa8013cefa2 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Fri, 9 Nov 2012 18:08:12 -0500
Subject: analog: fixed a few build issues against gr-analog.

---
 gr-filter/examples/resampler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gr-filter/examples/resampler.py')

diff --git a/gr-filter/examples/resampler.py b/gr-filter/examples/resampler.py
index d5fd9216f6..5efb435631 100755
--- a/gr-filter/examples/resampler.py
+++ b/gr-filter/examples/resampler.py
@@ -52,8 +52,8 @@ class mytb(gr.top_block):
         # Creating our own taps
         taps = gr.firdes.low_pass_2(32, 32, 0.25, 0.1, 80)
 
-        self.src = analog.sig_source_c(fs_in, analog..GR_SIN_WAVE, fc, 1)
-        #self.src = analog..noise_source_c(analog..GR_GAUSSIAN, 1)
+        self.src = analog.sig_source_c(fs_in, analog.GR_SIN_WAVE, fc, 1)
+        #self.src = analog.noise_source_c(analog.GR_GAUSSIAN, 1)
         self.head = gr.head(gr.sizeof_gr_complex, N)
 
         # A resampler with our taps
-- 
cgit v1.2.3