diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-21 18:50:24 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-21 18:50:24 +0100 |
commit | 5a0674dfeccf0d80dc92e77a8630be280c71fb84 (patch) | |
tree | 2d98eb4435b0c15f72488b6a1d6aebb0847d4eaf /bindings/python | |
parent | 990a1e8686bdeb3472a27d00cb2436936a4d0d26 (diff) |
OpenPGM error handling improved
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/pyzmq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pyzmq.cpp b/bindings/python/pyzmq.cpp index 75f872d..425effe 100644 --- a/bindings/python/pyzmq.cpp +++ b/bindings/python/pyzmq.cpp @@ -17,11 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <Python.h> #include <stddef.h> #include <assert.h> #include <errno.h> #include <string.h> -#include <Python.h> #include "../c/zmq.h" |