bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 17 Nov 2008 23:54:24 -0800
changeset 95 a5c7609de579
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Initial translation of index and introduction for book/en.

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