bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 27 Sep 2013 14:15:24 +0200
changeset 9367 c8a5f7f43c03
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
instrument cwvreg, so we may know what's being loaded by asking the registry store

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