bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Oct 2011 14:32:37 +0200
changeset 7996 8de58d2674d6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facets] view should be propagated up to facet selection, so we can get different facets according to the view. Closes #2036527

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