appobject.py
changeset 2820 66b31686d92b
parent 2819 b864288fd316
child 2821 526f44213b70
--- a/appobject.py	Thu Aug 13 11:49:56 2009 +0200
+++ b/appobject.py	Thu Aug 13 11:54:19 2009 +0200
@@ -245,7 +245,7 @@
         return '%s.%s' % (cls.__module__, cls.__name__)
 
     @classmethod
-    def registered(cls, registry):
+    def __registered__(cls, registry):
         """called by the registry when the appobject has been registered.
 
         It must return the object that will be actually registered (this may be