Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.
[debian/gnuradio] / gr-usrp2 / src / usrp2.i
index 28944e67618ff5a866adde51aa3828738265fb5d..57f359ed7159017d346d2e4185c8d786ef8b3279 100644 (file)
@@ -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>     
 
 %{