bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 17 Jan 2013 15:42:09 +0100
changeset 8712 ce5ae7b80d2c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools/httptest] allow sending other types of requests besides GET

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