switch source package format to 3.0 quilt
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / qa_fractional_interpolator.py
index afeebb55bdee80ed4e9f7d8d7cb7b28174e9b68a..4466e8aab6b1bb6d71bf424052b076654ee6e4ae 100755 (executable)
@@ -6,7 +6,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -25,10 +25,10 @@ from gnuradio import gr, gr_unittest
 class test_fractional_resampler (gr_unittest.TestCase):
 
     def setUp(self):
-        self.fg = gr.flow_graph()
+        self.tb = gr.top_block()
 
     def tearDown(self):
-        self.fg = None
+        self.tb = None
 
     def test_000_make(self):
         op = gr.fractional_interpolator_ff(0.0, 1.0)