bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 30 May 2014 17:46:40 +0200
changeset 9797 4e640ab62f51
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tests/checkintegrity] use the new connection api * serverctl: the db-check command also uses an internal connection object, which makes more sense in the context of `checkintegrity`. * checkintegrity: rename srvcnx to just cnx (a bit because in the near future, there will be one cnx to rule them all)

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