bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 15 Jul 2013 16:55:03 +0200
branchstable
changeset 9153 bc1b8e77d6ce
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test/devctl] add a test case for i18ncube command

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