sobjects/notification.py
branchstable
changeset 4926 626d31035662
parent 4719 aaed3f813ef8
child 4930 9fcc9ae2aebe
--- a/sobjects/notification.py	Tue Mar 16 17:44:32 2010 +0100
+++ b/sobjects/notification.py	Wed Mar 17 09:19:02 2010 +0100
@@ -132,7 +132,7 @@
       override call)
     """
     __abstract__ = True
-    id = 'notif_entity_updated'
+    __regid__ = 'notif_entity_updated'
     msgid_timestamp = False
     message = _('updated')
     no_detailed_change_attrs = ()