bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Oct 2013 13:46:44 +0200
changeset 9286 02a491f6fa92
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[querier/security] instrument a bit the querier read security checks Related to #2920304

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