bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Feb 2012 18:35:11 +0100
branchstable
changeset 8197 9e1da97d9b75
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
backport https-deny-anonymous option type fix done in default

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