bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 09 May 2011 17:42:28 +0200
branchstable
changeset 7346 c6d8c3ce4a3e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others

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