From 90b6ccb6fca6dbeabb19804267a6e52e613f030d Mon Sep 17 00:00:00 2001 From: Ben Reynwar <ben@reynwar.net> Date: Mon, 11 Mar 2013 22:05:58 -0700 Subject: analog: Updating testing environment. --- gr-analog/python/analog/qa_sig_source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-analog/python/analog/qa_sig_source.py') diff --git a/gr-analog/python/analog/qa_sig_source.py b/gr-analog/python/analog/qa_sig_source.py index bc48333ed1..8fa1e7096a 100755 --- a/gr-analog/python/analog/qa_sig_source.py +++ b/gr-analog/python/analog/qa_sig_source.py @@ -20,10 +20,10 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, gr_unittest -import analog_swig as analog import math +from gnuradio import gr, gr_unittest, analog + class test_sig_source(gr_unittest.TestCase): def setUp(self): -- cgit v1.2.3