entity.py
changeset 8696 0bb18407c053
parent 8661 4d24ac49f90d
child 8697 574bb05e40a4
--- 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 '<Entity %s %s %s at %s>' % (
-            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__)