cubicweb/__main__.py
author Yann Voté <yann.vote@logilab.fr>
Mon, 26 Sep 2016 16:45:30 +0200
changeset 11681 b23d58050076
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Merge cubicweb-pyramid cube Only keep the CWSession schema definition and the ctl command, now in cubicweb/pyramid/pyramidctl.py Related to #14023058.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])