From fd110bdbbe8bc40781c34f33c70deec5b7931109 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 6 Nov 2012 14:28:22 -0500
Subject: analog: Removing reference to gr.sig_source_X and gr.noise_source_X
 where possible.

Passing make and make test. Examples and apps need testing.

gr-filter relies on sig_source and noise_source, so can't remove them from core.
---
 gr-analog/python/qa_pll_carriertracking.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-analog/python/qa_pll_carriertracking.py')

diff --git a/gr-analog/python/qa_pll_carriertracking.py b/gr-analog/python/qa_pll_carriertracking.py
index a292059d1b..e383639d49 100755
--- a/gr-analog/python/qa_pll_carriertracking.py
+++ b/gr-analog/python/qa_pll_carriertracking.py
@@ -141,7 +141,7 @@ class test_pll_carriertracking(gr_unittest.TestCase):
         maxf = 1
         minf = -1
 
-        src = gr.sig_source_c(sampling_freq, gr.GR_COS_WAVE, freq, 1.0)
+        src = analog.sig_source_c(sampling_freq, analog.GR_COS_WAVE, freq, 1.0)
         pll = analog.pll_carriertracking_cc(loop_bw, maxf, minf)
         head = gr.head(gr.sizeof_gr_complex, int (freq))
         dst = gr.vector_sink_c()
-- 
cgit v1.2.3