bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 25 Apr 2012 11:39:14 +0200
changeset 8376 f42dcb798142
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[serverctl] avoid a crash if zmq-address is not defined/empty (config.get is a false friend wrt dict behaviour)

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