bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 14 May 2013 18:02:24 +0200
branchstable
changeset 8983 2a244f90a1e3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dbapi] fix connect backwards compat harder Passing None as group and host should result in "pyro:///cubicweb.appid", not "pyro://None/None.appid". Followup for 2091d275fe5c. Closes #2882666.

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