bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 30 Jul 2019 14:47:25 +0200
changeset 12715 d59570643a49
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
Avoid using gone hooks_control() in migration This deprecated function got dropped in a8c1ea390400. Remove unused import in 3.10.9_Any.py migration; replace usage in bootstrapmigration_repository.py by non-deprecated form.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()