From: jcorgan Date: Mon, 2 Feb 2009 14:53:09 +0000 (+0000) Subject: Possibly temporary fix for r10350 breakage when using swig < 1.3.38 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f1d00c76d0d896a9de424865423508a31f24d18a;p=debian%2Fgnuradio Possibly temporary fix for r10350 breakage when using swig < 1.3.38 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10373 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gr-msdd6000/src/msdd.i b/gr-msdd6000/src/msdd.i index ed4cfc20..5046bb19 100644 --- a/gr-msdd6000/src/msdd.i +++ b/gr-msdd6000/src/msdd.i @@ -22,7 +22,7 @@ %feature("autodoc", "1"); // generate python docstrings -%import(module="gnuradio_swig_py_runtime") "gnuradio.i" // the common stuff +%import "gnuradio.i" // the common stuff %{ #include "gnuradio_swig_bug_workaround.h" // mandatory bug fix diff --git a/gr-usrp/src/usrp.i b/gr-usrp/src/usrp.i index b60ef70c..07dcb419 100644 --- a/gr-usrp/src/usrp.i +++ b/gr-usrp/src/usrp.i @@ -22,7 +22,7 @@ %feature("autodoc", "1"); // generate python docstrings -%import(module="gnuradio_swig_py_runtime") "gnuradio.i" // the common stuff +%import "gnuradio.i" // the common stuff %{ #include "gnuradio_swig_bug_workaround.h" // mandatory bug fix diff --git a/gr-usrp2/src/usrp2.i b/gr-usrp2/src/usrp2.i index 57f359ed..c979750a 100644 --- a/gr-usrp2/src/usrp2.i +++ b/gr-usrp2/src/usrp2.i @@ -22,7 +22,7 @@ %feature("autodoc", "1"); // generate python docstrings -%import(module="gnuradio_swig_py_runtime") "gnuradio.i" // the common stuff +%import "gnuradio.i" // the common stuff %import %{