bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Mar 2015 15:30:01 +0100
changeset 10238 725005e8346d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] remove "standalone RQL server" from possible configuration choices Related to #2919297.

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