diff options
| author | Gordon Sim <gsim@apache.org> | 2013-09-19 09:32:13 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-09-19 09:32:13 +0000 |
| commit | 63a5fd8d30e3fec9cecf5fe0ef7681bc5f310766 (patch) | |
| tree | f4b48a2eafc40c140352be28c32da618eca2485f /qpid/python | |
| parent | 2414494947e9761548321ed6da9fbfc303f42f8d (diff) | |
| download | qpid-python-63a5fd8d30e3fec9cecf5fe0ef7681bc5f310766.tar.gz | |
QPID-4952: Fix swigged python tests which were disabled by previous commit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/tests/messaging/implementation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/tests/messaging/implementation.py b/qpid/python/qpid/tests/messaging/implementation.py index ac0e02dba7..c81fb6c99c 100644 --- a/qpid/python/qpid/tests/messaging/implementation.py +++ b/qpid/python/qpid/tests/messaging/implementation.py @@ -17,7 +17,7 @@ # under the License. # try: - from cqpid import * + from qpid_messaging import * from qpid.datatypes import uuid4 except ImportError, e: print "Falling back to pure bindings, %s" % e |
