summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/swig/pmt_swig.i
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/swig/pmt_swig.i')
-rw-r--r--gnuradio-runtime/swig/pmt_swig.i6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnuradio-runtime/swig/pmt_swig.i b/gnuradio-runtime/swig/pmt_swig.i
index c6ac444fba..cd529d657e 100644
--- a/gnuradio-runtime/swig/pmt_swig.i
+++ b/gnuradio-runtime/swig/pmt_swig.i
@@ -25,10 +25,6 @@
%include "std_string.i"
%include "stdint.i"
-%begin %{
-#define SWIG_PYTHON_2_UNICODE
-%}
-
%{
#include <boost/shared_ptr.hpp>
#include <boost/any.hpp>
@@ -79,8 +75,6 @@ namespace pmt {
%template(pmt_vector_cfloat) std::vector< std::complex<float> >;
%template(pmt_vector_cdouble) std::vector< std::complex<double> >;
-%import py3compat.i
-
////////////////////////////////////////////////////////////////////////
// Language independent exception handler
////////////////////////////////////////////////////////////////////////