bin/cubicweb-ctl
author Damien Garaud <damien.garaud@logilab.fr>
Fri, 14 Feb 2014 15:22:56 +0100
changeset 9533 fa4051e29fbe
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[etwist] Fix an empty request content after a Twisted processing (closes #3546795). The content of a POST request could be empty when the Twisted server is used.

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