bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 16 Jul 2009 17:00:55 +0200
changeset 2387 ea1defea9636
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] fix some crashers (schema still does not render properly, might be yams side)

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