bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 04 Jan 2011 16:15:13 +0100
branchstable
changeset 6769 d784d64f28d0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Backed out changeset 84b67ae41a0d: with this fix, some extra ]> appears in the browser. We need to fix the validator instead.

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