bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 21 May 2014 22:54:46 +0200
changeset 9826 7c17659c9eae
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[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.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])