diff options
| author | Ted Ross <tross@apache.org> | 2013-09-03 19:47:38 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-09-03 19:47:38 +0000 |
| commit | 581157e0d4514d4bbd963a0ecd97350d816830bf (patch) | |
| tree | 8909eedcea7236d7b39cd80ae2285393d78b6430 /qpid/extras/dispatch/src/router_node.c | |
| parent | 0d0fb00ffb0db2f8553c8495a694cc1c31ae0315 (diff) | |
| download | qpid-python-581157e0d4514d4bbd963a0ecd97350d816830bf.tar.gz | |
NO-JIRA - Updated for compatibility with changes in Proton 0.5
- Proton Python interface was changed to make timeouts expressed as seconds (floating point).
- Two references to the moved python modules were fixed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/router_node.c')
| -rw-r--r-- | qpid/extras/dispatch/src/router_node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/src/router_node.c b/qpid/extras/dispatch/src/router_node.c index cd5343d1e9..c282ed9262 100644 --- a/qpid/extras/dispatch/src/router_node.c +++ b/qpid/extras/dispatch/src/router_node.c @@ -1038,7 +1038,7 @@ static void dx_router_python_setup(dx_router_t *router) PyObject* pClass; PyObject* pArgs; - pName = PyString_FromString("router"); + pName = PyString_FromString("qpid.dispatch.router"); pModule = PyImport_Import(pName); Py_DECREF(pName); if (!pModule) { |
