changeset 3377 | dd9d292b6a6d |
parent 3369 | 7b88d12b4ee2 |
child 3418 | 7b49fa7e942d |
--- a/entities/__init__.py Wed Sep 23 08:42:52 2009 +0200 +++ b/entities/__init__.py Wed Sep 23 09:29:39 2009 +0200 @@ -22,7 +22,7 @@ """an entity instance has e_schema automagically set on the class and instances have access to their issuing cursor """ - id = 'Any' + __regid__ = 'Any' __implements__ = (IBreadCrumbs, IFeed) fetch_attrs = ('modification_date',)