bin/cubicweb-ctl
author Vincent Michel <vincent.michel@logilab.fr>
Mon, 31 Mar 2014 11:18:44 +0000
branchstable
changeset 9597 8e9db17ce129
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] Correctly call rschema(rtype) in SqlGenObjectStore, closes #3694139

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