summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-18 21:08:45 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-18 21:08:45 +0000
commitf847f3ef2cefb6093a38d41b1395244995872f1e (patch)
tree3517481e7b13eb2f91c972c79f5e00d9e4085c42 /cpp/bindings
parent135cf5d93b7052bdf7c02dc61d4c590c6fba06fa (diff)
downloadqpid-python-f847f3ef2cefb6093a38d41b1395244995872f1e.tar.gz
QPID-4588: Updated the Python bindings.
The Python language bindings will now look for the Swig descriptors and typemaps in their proper locations. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
-rw-r--r--cpp/bindings/qmf2/python/python.i2
-rw-r--r--cpp/bindings/qpid/python/python.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qmf2/python/python.i b/cpp/bindings/qmf2/python/python.i
index 39193a2475..6b5326f8cf 100644
--- a/cpp/bindings/qmf2/python/python.i
+++ b/cpp/bindings/qmf2/python/python.i
@@ -19,7 +19,7 @@
%module cqmf2
%include "std_string.i"
-%include "swig_python_typemaps.i"
+%include "qpid/swig_python_typemaps.i"
/* Define the general-purpose exception handling */
%exception {
diff --git a/cpp/bindings/qpid/python/python.i b/cpp/bindings/qpid/python/python.i
index b0c990cc8b..148cad5e63 100644
--- a/cpp/bindings/qpid/python/python.i
+++ b/cpp/bindings/qpid/python/python.i
@@ -19,7 +19,7 @@
%module cqpid
%include "std_string.i"
-%include "swig_python_typemaps.i"
+%include "qpid/swig_python_typemaps.i"
/* Needed for get/setPriority methods. Surprising SWIG 1.3.40 doesn't
* convert uint8_t by default. */