bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 21 Jul 2011 08:41:12 +0200
branchstable
changeset 7679 c4803e94b8a4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[boxes] 3.13.2 regression: should specify dom id else we may generate bad xhtml

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