bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Mar 2020 13:30:50 +0100
branch3.27
changeset 12915 f7b4c3e047c8
parent 12779 44147dab9d27
permissions -rwxr-xr-x
[pkg] the wheel is no longer universal Since we're only py3 compatible. In practice this changes nothing since we don't upload cubicweb wheels to pypi.

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