diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 08:18:59 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 08:18:59 -0400 |
commit | 7daef55cb11dfc05fdab9ee3f1f78ac2904dc300 (patch) | |
tree | 5ff591dbcd3cb8d6788adafff59e7a7986a88d0f /gr-atsc | |
parent | 0a8078a57237fcc12f4a51f6d217c54031cc904d (diff) |
build: move from using runtime_swig.i to gnuradio.i to reduce memory load while building.
py_feval destructor issue needs fixing.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/swig/atsc_swig.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/swig/atsc_swig.i b/gr-atsc/swig/atsc_swig.i index 9b77000d5a..8505a18204 100644 --- a/gr-atsc/swig/atsc_swig.i +++ b/gr-atsc/swig/atsc_swig.i @@ -20,7 +20,7 @@ * Boston, MA 02110-1301, USA. */ -%include "runtime_swig.i" // the common stuff +%include "gnuradio.i" //load generated python docstrings %include "atsc_swig_doc.i" |