Possibly temporary fix for r10350 breakage when using swig < 1.3.38
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 2 Feb 2009 14:53:09 +0000 (14:53 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 2 Feb 2009 14:53:09 +0000 (14:53 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10373 221aa14e-8319-0410-a670-987f0aec2ac5

gr-msdd6000/src/msdd.i
gr-usrp/src/usrp.i
gr-usrp2/src/usrp2.i

index ed4cfc2045c5010fbf0861e68202e9a55036f0d7..5046bb19643faf7c65647632e46d3835551af941 100644 (file)
@@ -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
index b60ef70cd84f8c24c393781def0aa8784a90ba1a..07dcb419e065c1ab700f8ab7707f85df93e91a6e 100644 (file)
@@ -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
index 57f359ed7159017d346d2e4185c8d786ef8b3279..c979750a825fff8929caa0dd615452ad33332514 100644 (file)
@@ -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 <stdint.i>     
 
 %{