bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 02 Feb 2015 23:17:15 +0100
changeset 10192 365e5a0287d6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[computed attribute] ensure attribute's formula apply only to the correct type. Closes #4901163

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