cubicweb/__main__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 22 Mar 2017 17:14:18 +0100
branch3.23
changeset 12085 032aad6f3586
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Restrict yams version to be less than 0.45.0 This is a backport of 10d3bf220be2 on 3.23 branch

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])