cubicweb/__main__.py
author Christophe de Vienne <christophe@unlish.com>
Mon, 11 May 2015 13:57:34 +0200
changeset 11963 64ecd4d96ac7
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[workflow] Utilities for declarative definition of workflows Closes #5337897

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])