diff options
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/src/lib/howto.i | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gr-howto-write-a-block/src/lib/howto.i b/gr-howto-write-a-block/src/lib/howto.i index 3d46ab472..c3dae9dfc 100644 --- a/gr-howto-write-a-block/src/lib/howto.i +++ b/gr-howto-write-a-block/src/lib/howto.i @@ -1,15 +1,10 @@ /* -*- c++ -*- */ -%feature("autodoc", "1"); // generate python docstrings - -%include "exception.i" -%import "gnuradio.i" // the common stuff +%include "gnuradio.i" // the common stuff %{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix #include "howto_square_ff.h" #include "howto_square2_ff.h" -#include <stdexcept> %} // ---------------------------------------------------------------- |