bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 14 Dec 2016 08:47:06 +0100
branch3.24
changeset 11890 01bfc50e1a47
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Ensure in 3.24 migration that entities from LDAP have consistent cwuri Closes #16666157

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