appobject.py
changeset 3396 fb261afd49cd
parent 3390 ae50bd4b1631
parent 3376 f5c69485381f
child 3399 2b84f4adb6f8
--- a/appobject.py	Wed Sep 23 09:54:01 2009 +0200
+++ b/appobject.py	Wed Sep 23 09:54:25 2009 +0200
@@ -209,7 +209,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__:
@@ -240,7 +240,7 @@
       are interested in, else None
     """
     __registry__ = None
-    __id__ = None
+    __regid__ = None
     __select__ = yes()
 
     @classmethod