From dedb9a8a36a7ee7dc60d674f7ae371b826f49387 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 19 Sep 2013 09:32:13 +0000 Subject: 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 --- python/qpid/tests/messaging/implementation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.1