bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 28 May 2009 22:57:52 +0200
changeset 1998 12040c090aa4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] change schema views: remove view eschema and use tabs for cwetype

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