bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 26 Apr 2013 11:53:47 +0200
changeset 8940 ae898a084da2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[htmlparser] exclude <script> tag from html source lxml are confused by them :-(

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