bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jun 2010 14:16:48 +0200
changeset 5713 605f571198eb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)

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