bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 Oct 2014 13:51:13 +0200
changeset 10034 7d0acf9cb92a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[service] allow repo_stats for users It's used by the siteinfo view, which is available to managers and users. This change prevents a crash in that view.

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