entity.py
branchstable
changeset 8657 5ab6ec83d5ba
parent 8651 353bbd17a8b6
child 8660 aa865f3be80d
--- a/entity.py	Tue Jan 15 20:17:09 2013 +0100
+++ b/entity.py	Fri Jan 18 17:37:35 2013 +0100
@@ -539,10 +539,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):