bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 11:19:42 +0200
changeset 9082 a2c6d908edeb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[connection] move local_perm_cache management on Connection It belongs here anyway.

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