diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-05-13 19:16:15 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-05-13 19:16:15 +0000 |
| commit | e0992fcd5dfceb2504fc8f3f6b9fce28035f37d4 (patch) | |
| tree | 1e2005b8daa843424a1e65674b07ee9a95cd7551 /qpid/python/tests_0-10 | |
| parent | 433c13dd51170b93845fba0863fbd34b16941f5a (diff) | |
| download | qpid-python-e0992fcd5dfceb2504fc8f3f6b9fce28035f37d4.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@655976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10')
| -rw-r--r-- | qpid/python/tests_0-10/dtx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/tests_0-10/dtx.py b/qpid/python/tests_0-10/dtx.py index 531f8a8f66..d676b5806c 100644 --- a/qpid/python/tests_0-10/dtx.py +++ b/qpid/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 |
