bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 31 Jan 2012 11:49:15 +0100
changeset 8186 341c57b39dc9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[config, migration] fix https-deny-anonymous option type

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