bin/cubicweb-ctl
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 17 Feb 2010 10:39:35 +0100
branchstable
changeset 4613 141a4f613f8a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[R] dataimport: refine error detection Consider only None as non-expected value after parsing the input file. False is now allowed because of the boolean yesno checker that returns False by default.

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