bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 22 Sep 2011 16:53:43 +0200
branchstable
changeset 7830 37d23a1d3547
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views/table] parametrize table view co-classes (closes #1947472)

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