cubicweb/__main__.py
author David Douard <david.douard@logilab.fr>
Wed, 08 Feb 2017 16:05:00 +0100
changeset 11998 cd09178c80a8
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] fix a typo in a docstring

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])