bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 09 Jul 2009 15:15:18 +0200
branchstable
changeset 2356 ef9e30485ee7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)

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