bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 29 Mar 2013 17:25:56 +0100
changeset 8843 ea05b8545dd8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session/transaction] handle cnxset repository logic in transaction Interacting with the repo is now handled by the Transaction code directly.

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