bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Sep 2010 15:38:41 +0200
branchstable
changeset 6237 0c886f667b1f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input

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