diff -r b864288fd316 -r 66b31686d92b appobject.py --- 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