[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10335 - gnuradio/branches/developers/michaelld/swigpy
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10335 - gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src |
Date: |
Thu, 29 Jan 2009 15:22:33 -0700 (MST) |
Author: michaelld
Date: 2009-01-29 15:22:31 -0700 (Thu, 29 Jan 2009)
New Revision: 10335
Modified:
gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src/usrp2.i
Log:
Final SWIG base dependency change, for distcheck.
Modified:
gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src/usrp2.i
===================================================================
--- gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src/usrp2.i
2009-01-29 20:11:44 UTC (rev 10334)
+++ gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src/usrp2.i
2009-01-29 22:22:31 UTC (rev 10335)
@@ -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>
%{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10335 - gnuradio/branches/developers/michaelld/swigpythonargs/gr-usrp2/src,
michaelld <=