bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 23 Jul 2009 14:12:34 +0200
changeset 2440 8e6b83e3b6b5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
#343227: display the workflow history of any entity

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