bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 26 May 2009 09:03:24 +0200
changeset 1933 f40ee76ecdf1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facet][RangeFacet] submit facet form when the user stops sliding

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