bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 26 Jan 2011 10:49:05 +0100
branchstable
changeset 6894 ba3f7e655414
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
we must check constraint for all concerned entities and not stop at the first deleted one

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