[Neo-report] r2004 vincent - /trunk/neo/protocol.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 22 16:37:51 CEST 2010


Author: vincent
Date: Thu Apr 22 16:37:50 2010
New Revision: 2004

Log:
Remove unused property.

Modified:
    trunk/neo/protocol.py

Modified: trunk/neo/protocol.py
==============================================================================
--- trunk/neo/protocol.py [iso-8859-1] (original)
+++ trunk/neo/protocol.py [iso-8859-1] Thu Apr 22 16:37:50 2010
@@ -225,7 +225,6 @@
     _answer = None
     _body = None
     _code = None
-    _args = None
     _id = None
 
     def __init__(self, *args, **kw):
@@ -235,7 +234,6 @@
         else:
             body = ''
         self._body = body
-        self._args = args
 
     def decode(self):
         assert self._body is not None





More information about the Neo-report mailing list