bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 08 Jul 2009 17:50:42 +0200
branchstable
changeset 2329 8b5a1af6dc35
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[reledit] small cleanup and add escape param to control xml_escapability of the value, also rename vid arg which clashes with entity.view(...) args

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