bin/cubicweb-ctl
author Alain Leufroy <alain.leufroy@logilab.fr>
Tue, 03 Jun 2014 12:41:06 +0200
changeset 9904 2205c5e1edc2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] do not use sys.exit() to raise missing argument error Related to #3845572

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