bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Thu, 26 Sep 2013 15:18:59 +0200
branchstable
changeset 9242 564bdd4dbf8f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix typos in workflow constraint error messages

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