bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 26 Jun 2013 11:39:01 +0200
changeset 9102 c9ed52e53526
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session] gather close_cnx with get_cnx and set_cnx They do the same kind of operation and deserve to be grouped together.

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