bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 12:20:24 +0200
branchstable
changeset 7598 781def950a85
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[worklow forms] rewrite remaining pre 3.10 form code using uicfg

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