diff options
Diffstat (limited to 'gnuradio-core/src/lib/swig/sw_general.i')
-rw-r--r-- | gnuradio-core/src/lib/swig/sw_general.i | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnuradio-core/src/lib/swig/sw_general.i b/gnuradio-core/src/lib/swig/sw_general.i index 200e6fed9..3ab1b056a 100644 --- a/gnuradio-core/src/lib/swig/sw_general.i +++ b/gnuradio-core/src/lib/swig/sw_general.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2006 Free Software Foundation, Inc. + * Copyright 2006,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -23,13 +23,8 @@ %module(directors="1") gnuradio_swig_py_general #endif + //%feature("autodoc", "1"); // generate python docstrings -%feature("autodoc", "1"); // generate python docstrings - -%import "gnuradio.i" // the common stuff - -%{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix -%} +%include "gnuradio.i" // the common stuff %include "general.i" |