switch source package format to 3.0 quilt
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / qa_noise.py
index 9a5007a189fdd0471ff6f810914bd6a335158cf7..f8ed739a9822ac5d5f6abfcb6642ca2bfac3ae1c 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_noise_source(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_001(self):
         # Just confirm that we can instantiate a noise source