From bf7f244c28c899b90789e77eda5f585edda5bcd9 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 7 Nov 2007 22:30:40 +0000 Subject: python API updates git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592927 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/delegate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid/delegate.py') 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 -- cgit v1.2.1