diff options
| author | Gordon Sim <gsim@apache.org> | 2013-09-20 16:10:06 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-09-20 16:10:06 +0000 |
| commit | 82baa6c55e9f4027134dd924e727bdffdd185cb1 (patch) | |
| tree | 24572d83d8abb0e314347b33d7b0af6f9ec5e7f5 /qpid/cpp/bindings | |
| parent | e384bf948ed10dcaa1193c5e873053cbd249accc (diff) | |
| download | qpid-python-82baa6c55e9f4027134dd924e727bdffdd185cb1.tar.gz | |
QPID-5140: removed unnecessary and peculiar assignment
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
| -rw-r--r-- | qpid/cpp/bindings/qpid/python/python.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/python/python.i b/qpid/cpp/bindings/qpid/python/python.i index 1a22f66921..624cee35bc 100644 --- a/qpid/cpp/bindings/qpid/python/python.i +++ b/qpid/cpp/bindings/qpid/python/python.i @@ -313,7 +313,6 @@ QPID_EXCEPTION(UnauthorizedAccess, SessionError) def __init__(self, msg): self.msg = msg self.properties = self.msg.getProperties() - msg.properties = self def __len__(self): return self.properties.__len__() |
