bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 08 Jan 2009 09:48:44 +0100
changeset 362 a6a319f000c3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
use mtconverter's html_unescape rather than saxutils' escape to deal with any html entity

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