bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 16 Sep 2015 18:41:12 +0200
changeset 10698 bee7de3b4e55
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/controller] req.form is supposed to contain unicode-data

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