bin/cubicweb-ctl
author Christophe de Vienne <christophe@unlish.com>
Wed, 13 May 2015 17:12:41 +0200
changeset 10374 699e49d76334
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[wf] Fix Workflow.replace_state() Closes #5359131

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