bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 19 Nov 2014 12:36:43 +0100
branchstable
changeset 10055 b23043546f2c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration/3.18] speed up the migration and be a little bit more informative Closes #4619277.

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