bin/cubicweb-ctl
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 24 Sep 2010 18:37:00 +0200
branchstable
changeset 6342 efd5ba519263
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[book] Talk about RichString in 'Yams schema' section

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