bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Feb 2017 17:47:18 +0100
changeset 11981 56e99b59272f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] Rename Repository's init_cnxset_pool method bootstrap See the (removed) docstring for a rationale...

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