cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Jun 2016 16:29:03 +0200
changeset 11377 52dae7bc0ffd
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Version 3.23.0

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])