bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 21 Oct 2015 20:19:11 +0200
changeset 10857 aa490912d9da
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport/test] fix broken comparison We want to compare two ints, not an int and a db row

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