cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Nov 2017 15:02:03 +0100
branch3.25
changeset 12228 8fa3131583ec
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[querier] Allow usage of computed relation into WHERE clause of write queries This used to crash because of an attempt to access unexisting table. Closes #17113286

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])