bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 May 2011 16:24:00 +0200
brancholdstable
changeset 7388 dc319ece0bd6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository)

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