bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Thu, 12 Mar 2009 18:40:24 +0100
branchtls-sprint
changeset 1098 739d4dce9b19
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
* turn tidy_html_hook into a regular application hook * use format_fields instead of formatted_attrs method * drop formatted_attrs

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