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 | dedb9a8a36a7ee7dc60d674f7ae371b826f49387 (patch) | |
| tree | 18dcf1f5a70b194544e4b4bbbdb3a619f96b8edd /python | |
| parent | 55eaccdccb7c80c829ba9a512ff99de1ead630dd (diff) | |
| download | qpid-python-dedb9a8a36a7ee7dc60d674f7ae371b826f49387.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/qpid@1524669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/tests/messaging/implementation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/tests/messaging/implementation.py b/python/qpid/tests/messaging/implementation.py index ac0e02dba7..c81fb6c99c 100644 --- a/python/qpid/tests/messaging/implementation.py +++ b/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 |
