diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-02-02 14:53:09 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-02-02 14:53:09 +0000 |
commit | f1d00c76d0d896a9de424865423508a31f24d18a (patch) | |
tree | c7a103c9182b54c5ad01aee4be8763ae3cefe784 /gr-usrp | |
parent | 8193fd8a044a18471a6091249195d15ae6d814be (diff) |
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
Diffstat (limited to 'gr-usrp')
-rw-r--r-- | gr-usrp/src/usrp.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp/src/usrp.i b/gr-usrp/src/usrp.i index b60ef70cd8..07dcb419e0 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 |