diff options
Diffstat (limited to 'gr-analog/python/analog/qa_pll_refout.py')
-rwxr-xr-x | gr-analog/python/analog/qa_pll_refout.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-analog/python/analog/qa_pll_refout.py b/gr-analog/python/analog/qa_pll_refout.py index c63136bc0c..741b4d3704 100755 --- a/gr-analog/python/analog/qa_pll_refout.py +++ b/gr-analog/python/analog/qa_pll_refout.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_pll_refout(gr_unittest.TestCase): def setUp(self): |