bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 29 Sep 2011 13:53:34 +0200
branchstable
changeset 7886 b1c913a6d9f0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767)

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