bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 13 Apr 2015 14:34:11 +0200
changeset 11366 80dec361a5d0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hooks/integrity] kill CheckUniqueHook It's the backend's job. The noticeable consequence (as can be seen in tests updated here) is that error message are a bit less user-friendly.

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