bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 27 Jun 2014 16:11:53 +0200
changeset 9955 60a9cd1b3a4b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[CWEP002] Plug the computed relation rewriter in the querier Related to #3546717.

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