Use runtime valid module names for import
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 3 Feb 2009 18:05:02 +0000 (18:05 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 3 Feb 2009 18:05:02 +0000 (18:05 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10379 221aa14e-8319-0410-a670-987f0aec2ac5

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

index 5046bb19643faf7c65647632e46d3835551af941..61ce6dbe170f54c3ec4d7cf2e19dda8eb8e00d9e 100644 (file)
@@ -22,7 +22,7 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%import "gnuradio.i"   // the common stuff
+%import (module="gnuradio.gr.gnuradio_swig_py_runtime") "gnuradio.i"   // the common stuff
 
 %{
 #include "gnuradio_swig_bug_workaround.h"      // mandatory bug fix
index 07dcb419e065c1ab700f8ab7707f85df93e91a6e..99de45f11b8d3c4570a207b53b8d69cf901590cb 100644 (file)
@@ -22,7 +22,7 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%import "gnuradio.i"   // the common stuff
+%import (module="gnuradio.gr.gnuradio_swig_py_runtime") "gnuradio.i"   // the common stuff
 
 %{
 #include "gnuradio_swig_bug_workaround.h"      // mandatory bug fix
index c979750a825fff8929caa0dd615452ad33332514..7d5d20cff5c52acbb27ff99b796c75bfa4ff0b13 100644 (file)
@@ -22,7 +22,7 @@
 
 %feature("autodoc", "1");              // generate python docstrings
 
-%import "gnuradio.i"   // the common stuff
+%import (module="gnuradio.gr.gnuradio_swig_py_runtime") "gnuradio.i"   // the common stuff
 %import <stdint.i>     
 
 %{