cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Nov 2016 17:44:52 +0100
changeset 11851 002007272a76
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views/optimization] Prefetch state'names and comment format in wfhistory component This will avoid later queries to retrieve them.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])