bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 21 Oct 2016 18:10:15 +0200
changeset 11735 7a170207acbf
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] make i18ncube customizable in a cube closes #15613724

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