bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 May 2019 17:24:21 +0200
branch3.26
changeset 12631 8f22b69ea890
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[debian] Drop override_dh_auto_install about cubicweb-ctl The script should be installed normally as it is a setuptools' entry point.

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