bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 01 Jul 2009 20:18:15 +0200
branchstable
changeset 2224 52041b014949
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix #344046 and #344322: check relation permission, set to default when edition allowed and no value (for final *and* non final relations)

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