cubicweb/__main__.py
author David Douard <david.douard@logilab.fr>
Tue, 15 Nov 2016 10:13:47 +0100
branch3.24
changeset 11832 e8be49ecb522
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] Update debian packaging (closes #16133259) - use dh_python, pybuild and debhelper>=9, - refactor and simplify the debian/rules, - rename binary packages (but cubicweb-ctl) to python-xxx - remove daemon handling stuff (initscripts...) from cubicweb-ctl (one should now use a standard WSGI delivery method),

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])