test/data/lowered_etype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 21 May 2014 22:54:46 +0200
changeset 9826 7c17659c9eae
parent 6873 2db631a3f205
permissions -rw-r--r--
[notification] drop on commit sending of message feature of NotificationView It duplicates feature already provided by cw.hooks.notification.notify_on_commit function. Simplify the API on the way.


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass