bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 14:10:58 +0200
changeset 6453 7fdd780d87e4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[form] unify form.render prototype to take a 'w' argument as other view/components render method

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