bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 11 Jun 2014 17:58:19 +0200
changeset 10366 38c7598b5c61
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[connection] remove the `mode` attribute It is now unused. While removing mode, we also drop some sqlserver-specific reconnection logic snippets. These had several downsides: * untested * partial coverage * done at the wrong level Related to #2919309.

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