bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 16:39:51 +0100
changeset 11154 221febada1e8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[wsgi] fix handling of multiple posted files We were only keeping the last received file.

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