Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / tests / test_buffers.py
index 49250ad98fcb2c29bfac12fa758179be44ea6b06..186a60bb9dbd1cdd52e14221e58ff88d8d887aba 100755 (executable)
@@ -43,10 +43,10 @@ import sys
 #$ cat /proc/sys/kernel/shmmax
 #300000000
 
-class my_graph(gr.flow_graph):
+class my_graph(gr.top_block):
 
     def __init__(self, seconds,history,output_multiple):
-        gr.flow_graph.__init__(self)
+        gr.top_block.__init__(self)
 
         parser = OptionParser(option_class=eng_option)
         parser.add_option("-O", "--audio-output", type="string", default="",