appobject.py
changeset 3376 f5c69485381f
parent 2968 0e3460341023
child 3396 fb261afd49cd
--- a/appobject.py	Wed Sep 23 08:17:52 2009 +0200
+++ b/appobject.py	Wed Sep 23 08:42:52 2009 +0200
@@ -208,7 +208,7 @@
     :__registry__:
       name of the registry for this object (string like 'views',
       'templates'...)
-    :__id__:
+    :__regid__:
       object's identifier in the registry (string like 'main',
       'primary', 'folder_box')
     :__select__:
@@ -239,7 +239,7 @@
       are interested in, else None
     """
     __registry__ = None
-    __id__ = None
+    __regid__ = None
     __select__ = yes()
 
     @classmethod