test/data/uppered_rtype.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 07 Jul 2014 16:07:57 +0200
changeset 10014 74b793086067
parent 6873 2db631a3f205
permissions -rw-r--r--
[migration] stop caching the mapping from constraint type name to eid It's not so frequent that a cache seems necessary, and we were not invalidating that cache when adding a new constraint type. Related to #3724892.


from yams.buildobjs import RelationDefinition

class ARelation(RelationDefinition):
    subject = 'CWUser'
    object = 'CWGroup'