diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:45 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:45 +0000 |
| commit | 5360ef5e117f177e62df49725967024015757f57 (patch) | |
| tree | ab06267422382ac924f24c338124811201851da0 /qpid/cpp/bindings/qmf2/python/python.i | |
| parent | 92f7391f6ee82c68c2e98ac72a0658d3aa835e02 (diff) | |
| download | qpid-python-5360ef5e117f177e62df49725967024015757f57.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@1447497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/python/python.i')
| -rw-r--r-- | qpid/cpp/bindings/qmf2/python/python.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/python/python.i b/qpid/cpp/bindings/qmf2/python/python.i index 39193a2475..6b5326f8cf 100644 --- a/qpid/cpp/bindings/qmf2/python/python.i +++ b/qpid/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 { |
