bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 16 Jan 2014 15:10:54 +0100
changeset 9416 c132eab34980
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] declare breaks on cubicweb-invoice (closes #3444985) It tries to access a 'state' attribute on an entity without going through the IWorkflowable adapter.

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