diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-04-06 13:49:01 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-04-06 13:49:01 +0000 |
| commit | f198c2f96724dc0a2033ccf132418973f2ec8a5c (patch) | |
| tree | 826105ab13eeaaa3e6577307d154935eba508aef /python | |
| parent | c5ca98fed9a56398c5eb300310757810edb19ab4 (diff) | |
| download | qpid-python-f198c2f96724dc0a2033ccf132418973f2ec8a5c.tar.gz | |
use set from compat
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/tests/messaging/endpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/tests/messaging/endpoints.py b/python/qpid/tests/messaging/endpoints.py index b60775b54b..1929749d0a 100644 --- a/python/qpid/tests/messaging/endpoints.py +++ b/python/qpid/tests/messaging/endpoints.py @@ -22,6 +22,7 @@ import errno, os, time from qpid import compat +from qpid.compat import set from qpid.messaging import * from qpid.tests.messaging import Base |
