bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Jun 2014 17:39:12 +0200
changeset 9813 c20956f5862d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repoapi] make ClientConnection call RequestSessionBase's init Not calling up means we're missing some attributes, like encoding.

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