diff options
author | jcorgan | 2009-02-02 14:27:28 +0000 |
---|---|---|
committer | jcorgan | 2009-02-02 14:27:28 +0000 |
commit | 8193fd8a044a18471a6091249195d15ae6d814be (patch) | |
tree | e9b491d81ad03024280209ac677d589c841b8f98 /gr-usrp2/src/usrp2.i | |
parent | 09f236be864aaa3b5216eb42676eafb38d47b587 (diff) | |
download | gnuradio-8193fd8a044a18471a6091249195d15ae6d814be.tar.gz gnuradio-8193fd8a044a18471a6091249195d15ae6d814be.tar.bz2 gnuradio-8193fd8a044a18471a6091249195d15ae6d814be.zip |
Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp2/src/usrp2.i')
-rw-r--r-- | gr-usrp2/src/usrp2.i | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-usrp2/src/usrp2.i b/gr-usrp2/src/usrp2.i index 28944e676..57f359ed7 100644 --- a/gr-usrp2/src/usrp2.i +++ b/gr-usrp2/src/usrp2.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2008 Free Software Foundation, Inc. + * Copyright 2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -22,8 +22,7 @@ %feature("autodoc", "1"); // generate python docstrings -%include "exception.i" -%import "gnuradio.i" // the common stuff +%import(module="gnuradio_swig_py_runtime") "gnuradio.i" // the common stuff %import <stdint.i> %{ |