cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2016 14:34:47 +0100
changeset 11317 4085a452b6b4
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] drop massive store etype to eid index and fix potential problem with is_instance_of relation insertion in case where the class of inserted entity has some (yams) parent.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])