author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Fri, 29 Oct 2010 11:58:45 +0200 | |
branch | stable |
changeset 6661 | 1719137de7da |
parent 6659 | 6205927e927a |
child 6665 | 90f2f20367bc |
child 6666 | 55a94beb521d |
vregistry.py | file | annotate | diff | comparison | revisions |
--- a/vregistry.py Fri Oct 29 00:03:30 2010 +0200 +++ b/vregistry.py Fri Oct 29 11:58:45 2010 +0200 @@ -480,7 +480,7 @@ - first ensure parent classes are already registered - class with __abstract__ == True in their local dictionnary or - with a name starting starting by an underscore are not registered + with a name starting with an underscore are not registered - appobject class needs to have __registry__ and __regid__ attributes set to a non empty string to be registered.