bin/cubicweb-ctl
author Vincent Michel <vincent.michel@logilab.fr>
Tue, 10 Dec 2013 11:44:06 +0000
branchstable
changeset 9425 d7e8293fa4de
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] The subjtype should be the subject of a relation, not the object, closes #3365113

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