bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 11 Jan 2011 12:24:49 +0100
branchstable
changeset 6802 ff9059e144f9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyviews] document the fact that content is not xml-escaped (closes #1382038)

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