summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-12 15:39:36 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-12 15:39:36 +0000
commitb6ae7a7eb71bdefa1dded98a221de32a956962c2 (patch)
treedaaa71ebf85764b03c0da4db49bf2eea6edfe8ee /qpid/python
parent193d13307baba2a3a2ede3682755f29860f5ed02 (diff)
downloadqpid-python-b6ae7a7eb71bdefa1dded98a221de32a956962c2.tar.gz
QPID-947: fixed typo in prior commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@655534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/session.py b/qpid/python/qpid/session.py
index d5b4a75b62..6dc64b4f06 100644
--- a/qpid/python/qpid/session.py
+++ b/qpid/python/qpid/session.py
@@ -290,7 +290,7 @@ class Receiver:
self._completed.add(seg.id)
def known_completed(self, commands):
- completed = RangeSet()
+ completed = RangedSet()
for c in self._completed.ranges:
for kc in commands.ranges:
if c.lower in kc and c.upper in kc: