test/data/rrqlexpr_on_eetype.py
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 28 Jan 2009 16:49:57 +0100
changeset 501 567e85e646d8
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
removing OWLView from this file (in order to put OWLView into owl module)

class ToTo(EntityType):
    permissions = {
        'read': ('managers', RRQLExpression('S bla Y'),),
        'add': ('managers',),
        'update': ('managers',),
        'delete': ('managers',),
        }
    attr = String()