bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 28 Nov 2019 11:48:03 +0100
changeset 12779 44147dab9d27
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
Use python3 shebang for scripts Reported by lintian "python-script-but-no-python-dep"

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