vregistry.py
branchtls-sprint
changeset 719 2a610efe21ce
parent 718 f7011679437a
child 721 f76e89b52553
--- a/vregistry.py	Tue Feb 17 23:16:13 2009 +0100
+++ b/vregistry.py	Tue Feb 17 23:21:23 2009 +0100
@@ -92,10 +92,8 @@
     :id:
       object's identifier in the registry (string like 'main',
       'primary', 'folder_box')
-    :__registerer__:
-      registration helper class
     :__select__:
-      selection helper function
+      class'selector
     :__selectors__:
       tuple of selectors to be chained
       (__select__ and __selectors__ are mutually exclusive)
@@ -106,7 +104,7 @@
     # necessary attributes to interact with the registry
     id = None
     __registry__ = None
-    __registerer__ = None
+    __registerer__ = yes_registerer
     __select__ = None
 
     @classmethod