appobject.py
changeset 2829 054a8805da52
parent 2825 87ac03aed941
child 2833 9aa47a3c0dfe
--- a/appobject.py	Thu Aug 13 13:06:10 2009 +0200
+++ b/appobject.py	Thu Aug 13 13:07:21 2009 +0200
@@ -204,7 +204,7 @@
     :__registry__:
       name of the registry for this object (string like 'views',
       'templates'...)
-    :id:
+    :__id__:
       object's identifier in the registry (string like 'main',
       'primary', 'folder_box')
     :__select__:
@@ -235,7 +235,7 @@
       are interested in, else None
     """
     __registry__ = None
-    id = None
+    __id__ = None
     __select__ = yes()
 
     @classmethod