bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Wed, 12 Mar 2014 16:02:44 +0100
changeset 9570 14452b344d19
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] add a 'method' argument to RepoAccess.web_request so that one can easily forge a request with any HTTP method. Also a bunch of clone cleanups.

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