bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Wed, 03 Jun 2015 12:36:31 +0200
changeset 10404 797db633d60c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[formwidgets] move TextArea constants to the class level This will make it easy to override them.

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