bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Fri, 02 Oct 2015 17:28:33 +0200
changeset 10650 28b3d39bcbc6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[statsd] fix the statsd logger (closes #7558147) socket.inet_pton's second argument is the ip, not a couple (ip, port)

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