bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Sep 2009 15:37:46 +0200
branchstable
changeset 3112 873202e181bb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary

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