cubicweb/__main__.py
author Florent Cayré <florent.cayre@logilab.fr>
Mon, 14 Nov 2016 12:26:49 +0100
branch3.24
changeset 11815 d63140bd4d6e
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
i18n update Pyramid-related messages were not translated. Closes #16236243.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])