You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/10/14 14:38:48 UTC

svn commit: r1631733 - /qpid/proton/trunk/proton-c/bindings/python/proton.py

Author: rhs
Date: Tue Oct 14 12:38:48 2014
New Revision: 1631733

URL: http://svn.apache.org/r1631733
Log:
made Handler extend object

Modified:
    qpid/proton/trunk/proton-c/bindings/python/proton.py

Modified: qpid/proton/trunk/proton-c/bindings/python/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/proton.py?rev=1631733&r1=1631732&r2=1631733&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/proton.py (original)
+++ qpid/proton/trunk/proton-c/bindings/python/proton.py Tue Oct 14 12:38:48 2014
@@ -3501,7 +3501,7 @@ class Event:
   def __repr__(self):
     return "%s(%s)" % (self.type, self.context)
 
-class Handler:
+class Handler(object):
 
   def on_unhandled(self, event):
     pass



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org