bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 29 Sep 2011 14:07:37 +0200
changeset 7889 6cebeb1f386a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms

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