cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 20 Jun 2019 17:02:59 +0200
branch3.26
changeset 12664 2337c8c05657
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] Introduce python3-cubicweb and python3-cubicweb-pyramid binary packages This is the bare minimum to have a working cubicweb on python3. Further work is done in default branch.

from cubicweb.cwctl import run

run()