bin/cubicweb-ctl
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 03 Dec 2015 14:55:10 +0100
changeset 10943 1079d68130e1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] prepare_insert_entity should not crash with SQLGenObjectStore

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])