bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 05 Nov 2009 12:44:24 +0100
branchstable
changeset 3798 d2c27621cc81
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] added note about the required js and css in TableWidget

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