bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 02 Mar 2010 13:00:41 +0100
branchstable
changeset 4741 f9a176ebe090
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[book/controllers] add some content (overview, api super sketch) for the cubicweb controllers

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