bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Feb 2015 09:59:34 +0100
changeset 10246 ef106564b523
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/querier] stop passing a rqlst to empty_rset (py.warnings) WARNING: /home/jcr/src/cw/cubicweb/server/querier.py:46: DeprecationWarning: [3.20] rqlst parameter is deprecated return ResultSet([], rql, args, rqlst=rqlst)

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