Commit bd07d6c4 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused property.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2004 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 07ccfacc
......@@ -225,7 +225,6 @@ class Packet(object):
_answer = None
_body = None
_code = None
_args = None
_id = None
def __init__(self, *args, **kw):
......@@ -235,7 +234,6 @@ class Packet(object):
else:
body = ''
self._body = body
self._args = args
def decode(self):
assert self._body is not None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment