summaryrefslogtreecommitdiff
path: root/gr-comedi
diff options
context:
space:
mode:
authorjcorgan2007-11-27 20:06:08 +0000
committerjcorgan2007-11-27 20:06:08 +0000
commitf845cd62f4bc202dc3c23a916a6699a1afb2f40d (patch)
tree91b42cdd1134de3a0cd619a5fb11d86fbe93e03e /gr-comedi
parent0795ff1cc1f886c9749a4f95cd708190ec7eef20 (diff)
downloadgnuradio-f845cd62f4bc202dc3c23a916a6699a1afb2f40d.tar.gz
gnuradio-f845cd62f4bc202dc3c23a916a6699a1afb2f40d.tar.bz2
gnuradio-f845cd62f4bc202dc3c23a916a6699a1afb2f40d.zip
Implements ticket:208
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7045 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-comedi')
-rwxr-xr-xgr-comedi/src/qa_comedi.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-comedi/src/qa_comedi.py b/gr-comedi/src/qa_comedi.py
index 9f62eb47a..e690dfa19 100755
--- a/gr-comedi/src/qa_comedi.py
+++ b/gr-comedi/src/qa_comedi.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005 Free Software Foundation, Inc.
+# Copyright 2005,2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -26,10 +26,10 @@ import comedi
class qa_comedi (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_000_nop (self):
"""Just see if we can import the module...