bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 17 Jul 2012 12:06:52 +0200
branchstable
changeset 8471 05992aa3fc0d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[form widgets] fix JQueryDatePicker and JQueryTimePicker so they consider widget custom attributes. Closes #2423720

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