Use runtime valid module names for import
[debian/gnuradio] / gr-usrp2 / src / usrp2.i
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>     
 
 %{