bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 30 Jan 2017 10:22:23 +0100
changeset 11934 ec69125c03a8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] Add a blank line before _CnxSetPool to fix PEP8 error

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