bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 04 Aug 2010 10:47:29 +0200
branchstable
changeset 6062 f1a550102f5c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object.

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