cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2016 18:17:08 +0100
changeset 11321 fab543f542ac
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] inline some methods of the massive store

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])