diff -r 358d8bed9626 -r 0bb18407c053 entity.py --- a/entity.py Thu Feb 14 15:38:25 2013 +0100 +++ b/entity.py Thu Feb 14 16:01:24 2013 +0100 @@ -553,7 +553,7 @@ def __repr__(self): return '' % ( - self.e_schema, self.eid, self.cw_attr_cache.keys(), id(self)) + self.e_schema, self.eid, list(self.cw_attr_cache), id(self)) def __cmp__(self, other): raise NotImplementedError('comparison not implemented for %s' % self.__class__)