bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 13 Mar 2013 19:23:22 +0100
branchstable
changeset 8729 ea3fc8e1edee
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/component] Use global variable to point to ajax controller (part of #2758254)

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