bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Sep 2016 11:40:50 +0200
branch3.23
changeset 11461 f5a4e14d1dd2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Merge 3.22 into 3.23 Some fixes there are necessary for client work depending on cubicweb 3.23.

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