bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 25 Mar 2013 15:28:18 +0100
changeset 8787 1b3b7284377f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session] allow writable tx_attr and use it for commit_state This keep clarifying the code.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])