bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 19:54:59 +0200
branch3.22
changeset 11437 dbe73990172b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[webconfig] ensure uicache content has correct uid (related to #11298794)

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