summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/python/qa_gsm.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsm-tvoid/src/python/qa_gsm.py')
-rwxr-xr-xgsm-tvoid/src/python/qa_gsm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm-tvoid/src/python/qa_gsm.py b/gsm-tvoid/src/python/qa_gsm.py
index 5709756..ccb3328 100755
--- a/gsm-tvoid/src/python/qa_gsm.py
+++ b/gsm-tvoid/src/python/qa_gsm.py
@@ -8,7 +8,7 @@ import gsm
class qa_gsm (gr_unittest.TestCase):
def setUp (self):
- self.fg = gr.flow_graph ()
+ self.fg = gr.top_block ()
def tearDown (self):
self.fg = None
personal git repositories of Harald Welte. Your mileage may vary