changeset 8660 | aa865f3be80d |
parent 8655 | ab57000bff7b |
parent 8657 | 5ab6ec83d5ba |
child 8661 | 4d24ac49f90d |
--- a/entity.py Fri Jan 18 16:40:11 2013 +0100 +++ b/entity.py Fri Jan 18 18:31:51 2013 +0100 @@ -579,10 +579,8 @@ """custom json dumps hook to dump the entity's eid which is not part of dict structure itself """ - self.complete() dumpable = self.cw_attr_cache.copy() dumpable['eid'] = self.eid - dumpable['__cwetype__'] = self.__regid__ return dumpable def cw_adapt_to(self, interface):