bin/cubicweb-ctl
author Florent <florent@secondweb.fr>
Tue, 28 Jul 2009 22:22:08 +0200
changeset 2557 200985d3258d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
make it easy to change response of FormValidatorController

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