bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 09 Jun 2010 13:42:17 +0200
changeset 5700 2b2d8c2310aa
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] fix get_available_port implementation: it should only return the port number if unable to connect

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