You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/09/20 18:10:07 UTC

svn commit: r1525047 - /qpid/trunk/qpid/cpp/bindings/qpid/python/python.i

Author: gsim
Date: Fri Sep 20 16:10:06 2013
New Revision: 1525047

URL: http://svn.apache.org/r1525047
Log:
QPID-5140: removed unnecessary and peculiar assignment

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/python/python.i

Modified: qpid/trunk/qpid/cpp/bindings/qpid/python/python.i
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/python/python.i?rev=1525047&r1=1525046&r2=1525047&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/python/python.i (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/python/python.i Fri Sep 20 16:10:06 2013
@@ -313,7 +313,6 @@ QPID_EXCEPTION(UnauthorizedAccess, Sessi
              def __init__(self, msg):
                  self.msg = msg
                  self.properties = self.msg.getProperties()
-                 msg.properties = self
 
              def __len__(self):
                  return self.properties.__len__()



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