bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 May 2014 16:00:36 +0200
changeset 9741 b6cc9da206df
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[wsgi] the spec says wsgi.url_scheme *must* be provided No need to be defensive, anything else is a bug in the gateway.

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