bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Jul 2013 09:36:20 +0200
branchstable
changeset 9138 bc6e25dbfd04
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web doctype] don't give through reset_xmldecl to avoid double deprecation warning

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