bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Jul 2013 13:56:00 +0200
branchstable
changeset 9206 bf642b50135b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql / querier] fix bad interpretation of some RQL SET query when some neged relation is involved. Closes #3058527.

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