bin/cubicweb-ctl
author Laura Médioni <laura.medioni@logilab.fr>
Fri, 21 Oct 2016 13:09:47 +0200
changeset 11725 904ee9cd0cf9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/application] remove `path` argument from CubicwebPublisher methods Path can actually be accessed from `req` object. This allows to avoid duplicating this information. This cset prepares the next ones that aim at adding the language as a prefix of the relative path.

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