bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Apr 2013 18:38:20 +0200
branchstable
changeset 8874 522bdba66690
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/test] remove dependency on a pyro name server (closes #2801737) Use a direct pyroloc:// url instead of going through a NS.

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