diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-17 19:05:56 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-17 19:05:56 -0400 |
commit | 749ed68bab5d3c152ed1da6446de1eccad9e7562 (patch) | |
tree | 14f2a32e90c3167c072576decf277bb8ce5b915b /gr-atsc | |
parent | 842db35f8e379df7f8bc8171f13bbe02f3ab0cfd (diff) |
some more cleanup from past modifications.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/python/CMakeLists.txt | 3 | ||||
-rwxr-xr-x | gr-atsc/python/qa_atsc.py | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gr-atsc/python/CMakeLists.txt b/gr-atsc/python/CMakeLists.txt index aaa5bd93c4..ea3524ae18 100644 --- a/gr-atsc/python/CMakeLists.txt +++ b/gr-atsc/python/CMakeLists.txt @@ -45,7 +45,8 @@ install( if(ENABLE_TESTING) list(APPEND GR_TEST_PYTHON_DIRS - ${CMAKE_BINARY_DIR}/gr-atsc/src/lib + ${CMAKE_BINARY_DIR}/gr-atsc/python + ${CMAKE_BINARY_DIR}/gr-atsc/swig ${CMAKE_BINARY_DIR}/gr-blocks/python ${CMAKE_BINARY_DIR}/gr-blocks/swig ) diff --git a/gr-atsc/python/qa_atsc.py b/gr-atsc/python/qa_atsc.py index 8601c87a68..d17a200cf6 100755 --- a/gr-atsc/python/qa_atsc.py +++ b/gr-atsc/python/qa_atsc.py @@ -21,8 +21,7 @@ # from gnuradio import gr, gr_unittest -import atsc # qa code needs to run without being installed -#from gnuradio import atsc +import atsc_swig as atsc from atsc_utils import * import sys import blocks_swig as blocks |