cubicweb/__main__.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 01 May 2016 22:00:14 +0200
changeset 11238 bb5fdf1eb8fb
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] fix abstract of data import

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])