cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 26 Sep 2016 10:17:10 +0200
changeset 11687 f9efc8012b64
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Drop commented mention of "live-server" command Follow-up for d83676aaea21.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])