Possibly temporary fix for r10350 breakage when using swig < 1.3.38
[debian/gnuradio] / gr-usrp2 / src / usrp2.i
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>     
 
 %{