summaryrefslogtreecommitdiff
path: root/python/qpid/delegate.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-11-07 22:30:40 +0000
committerRafael H. Schloming <rhs@apache.org>2007-11-07 22:30:40 +0000
commitbf7f244c28c899b90789e77eda5f585edda5bcd9 (patch)
treeac0225f4d76fe078bc089c6a70efbaa3211eb51e /python/qpid/delegate.py
parent5c952db3bb1fad90ea4f5de985453d13dce45e7c (diff)
downloadqpid-python-bf7f244c28c899b90789e77eda5f585edda5bcd9.tar.gz
python API updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/delegate.py')
-rw-r--r--python/qpid/delegate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/delegate.py b/python/qpid/delegate.py
index 8f5033e485..c4c47592b4 100644
--- a/python/qpid/delegate.py
+++ b/python/qpid/delegate.py
@@ -49,5 +49,5 @@ class Delegate:
print >> sys.stderr, "Error in handler: %s\n\n%s" % \
(_handler_name(method), traceback.format_exc())
- def close(self, reason):
+ def closed(self, reason):
print "Connection closed: %s" % reason