cubicweb/__main__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Oct 2017 11:58:35 +0200
branch3.25
changeset 12214 d238badfc268
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] version 3.25.3

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])