cobble a temporary changelog entry to keep this test build straight
[debian/gnuradio] / gr-pager / src / qa_pager.py
index 5b9a3996c39e4b8f56e80c70e98b92fb9a9a79a1..5bf72b5613d625cc3209b6041b03595c99ee41ae 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,
@@ -26,10 +26,10 @@ import pager_swig
 class qa_pgr(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
 
 if __name__ == '__main__':
     gr_unittest.main ()