bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 08 Dec 2008 11:46:49 +0100
changeset 185 9fc69c46e5e7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
EditBox: extract workflow actions construction in a separate method

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