cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 10 Nov 2016 10:05:14 +0100
branch3.24
changeset 11817 48f6ebd33cb9
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyramid] Install file listing monitored files in application home Instead of using a temporary file, that never gets deleted. Closes #16159807.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])