cubicweb/__main__.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 13 Oct 2016 15:16:38 +0200
changeset 11791 20555214576b
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[massive store] master_init should commit by default Default client usage is to create a master store to control slave ones. They need to access cwmassive_initialized from another transaction

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])