Commit 63e0bc5e authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove unused attribute on packet class.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1351 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ae810cfb
...@@ -353,7 +353,6 @@ class Packet(object): ...@@ -353,7 +353,6 @@ class Packet(object):
_id = None _id = None
_type = None _type = None
_len = None
def __init__(self, msg_type, body=''): def __init__(self, msg_type, body=''):
self._id = None self._id = 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