add an XXX stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 Jun 2011 12:41:22 +0200
branchstable
changeset 7509 c69dd872e5d7
parent 7508 48398bf8a33a
child 7510 dd212db4d097
add an XXX
entity.py
--- a/entity.py	Wed Jun 15 12:41:06 2011 +0200
+++ b/entity.py	Wed Jun 15 12:41:22 2011 +0200
@@ -108,7 +108,7 @@
     # class attributes that must be set in class definition
     rest_attr = None
     fetch_attrs = None
-    skip_copy_for = ('in_state',)
+    skip_copy_for = ('in_state',) # XXX turn into a set
     # class attributes set automatically at registration time
     e_schema = None