bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 18:47:08 +0200
changeset 9120 fa513ac7a2a5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session] privatise get_cnx and close_cnx The only user, repoapi now use ``new_cnx``

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