bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 17 Mar 2017 07:32:48 +0100
changeset 12062 601d65193619
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] Introduce a clear_caches method on the Querier class that is called from repository's clear_caches.

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