bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 07 Sep 2011 17:01:32 +0200
branchstable
changeset 7768 bd44f506ca86
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
closes #1914824: fix retrieval of _andor input, test and fix generated rql

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