Commit fef43364 authored by Vincent Pelletier's avatar Vincent Pelletier

CMFActivity.ActivityBuffer: Do not define unused/duplicate properties.

_registered is already declared on TM superclass.
_p_* are only useful on subclasses of persistence.Persistent. TM is not.
parent 9ee8d649
......@@ -31,9 +31,6 @@ from collections import defaultdict
import transaction
class ActivityBuffer(TM):
_p_oid=_p_changed=_registered=None
def __init__(self):
self.queued_activity = []
self.message_list_dict = defaultdict(list)
......
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