diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-30 14:34:27 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-30 14:35:14 -0500 |
commit | 733a308af0e7ed8048f0dbc0ab17295984b14a55 (patch) | |
tree | 13fc3bbb52304a7500273986019ae1bdebbaf96e /gnuradio-core/src/python | |
parent | 4cb89d3f5154a76ecdf8c2e5aed9210d6301c5c1 (diff) |
core: removed test to import blks2 since we've removed all of blks2/blks2impl.
Diffstat (limited to 'gnuradio-core/src/python')
-rwxr-xr-x | gnuradio-core/src/python/gnuradio/gr/qa_kludged_imports.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_kludged_imports.py b/gnuradio-core/src/python/gnuradio/gr/qa_kludged_imports.py index 39b5d781e2..f80188c9fc 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_kludged_imports.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_kludged_imports.py @@ -30,10 +30,6 @@ class test_kludged_imports (gr_unittest.TestCase): def tearDown(self): pass - def test_blks_import(self): - # make sure that this somewhat magic import works - from gnuradio import blks2 - def test_gru_import(self): # make sure that this somewhat magic import works from gnuradio import gru |