summaryrefslogtreecommitdiff
path: root/python/qpid/message.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-05-12 21:36:14 +0000
committerRafael H. Schloming <rhs@apache.org>2009-05-12 21:36:14 +0000
commitc39958434384e2833ec2f9e9139010ba28ae02dd (patch)
treea2550b9e6e5e8a5153404c286b83540af61204bc /python/qpid/message.py
parenteae3947ff54bfe2d7a0fa70cea02c4194f50ccf4 (diff)
downloadqpid-python-c39958434384e2833ec2f9e9139010ba28ae02dd.tar.gz
updated imports to work on python 2.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@774100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/message.py')
-rw-r--r--python/qpid/message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/message.py b/python/qpid/message.py
index eb3ef5c03c..4d31da2846 100644
--- a/python/qpid/message.py
+++ b/python/qpid/message.py
@@ -17,7 +17,6 @@
# under the License.
#
from connection08 import Method, Request
-from sets import Set
class Message: