bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Nov 2016 14:26:03 +0100
branch3.24
changeset 11833 1212f0fa2d42
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] Have a single python-cubicweb binary for the library But keep distinct meta-packages for dependencies of the HTTP server (Twisted/Pyramid) and database backend. Related to #16133259.

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