summaryrefslogtreecommitdiff
path: root/python/tests_0-10
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-13 19:16:15 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-13 19:16:15 +0000
commit6df0526d0777fa4ab7d94b01bce87b6199085d51 (patch)
tree6faab7b8bc5d2164054057d5fe48aac09c70fef8 /python/tests_0-10
parentd499b75a390cbb6a30206f384dd460e642ab7552 (diff)
downloadqpid-python-6df0526d0777fa4ab7d94b01bce87b6199085d51.tar.gz
QPID-954: added fallbacks and fixes for running the python client on python 2.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10')
-rw-r--r--python/tests_0-10/dtx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests_0-10/dtx.py b/python/tests_0-10/dtx.py
index 531f8a8f66..d676b5806c 100644
--- a/python/tests_0-10/dtx.py
+++ b/python/tests_0-10/dtx.py
@@ -21,6 +21,7 @@ from qpid.queue import Empty
from qpid.datatypes import Message, RangedSet
from qpid.session import SessionException
from qpid.testlib import TestBase010
+from qpid.compat import set
from struct import pack, unpack
from time import sleep