Imported Upstream version 3.2.2
[debian/gnuradio] / gr-gsm-fr-vocoder / src / python / qa_gsm_full_rate.py
index d470584ad7450ebccc274786347aee80b1203284..ac508407288ef2ecfa4db2b81bc5be5685edc064 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2004 Free Software Foundation, Inc.
+# Copyright 2004,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -26,10 +26,10 @@ import gsm_full_rate
 class qa_howto (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 ()