diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-05-12 15:39:36 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-05-12 15:39:36 +0000 |
| commit | b6ae7a7eb71bdefa1dded98a221de32a956962c2 (patch) | |
| tree | daaa71ebf85764b03c0da4db49bf2eea6edfe8ee /qpid/python | |
| parent | 193d13307baba2a3a2ede3682755f29860f5ed02 (diff) | |
| download | qpid-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.py | 2 |
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: |
