bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2016 14:14:57 +0100
changeset 11311 fd45fc498c1b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] use IF EXISTS when possible it's better than try/except and avoid potential concurrency problems.

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