summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python/python.i
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
commit1250bd4b603f5330e8855f932130e541cc588807 (patch)
tree3517481e7b13eb2f91c972c79f5e00d9e4085c42 /cpp/bindings/qpid/python/python.i
parent12be43e7984cc1ba11558163453acc9a2d9990c5 (diff)
downloadqpid-python-1250bd4b603f5330e8855f932130e541cc588807.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/qpid/python/python.i')
-rw-r--r--cpp/bindings/qpid/python/python.i2
1 files changed, 1 insertions, 1 deletions
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. */