bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 Jun 2011 17:34:23 +0200
branchstable
changeset 7515 e1ba23fdcf2d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
closes #1484510: ajax_replace_url should propagate page id (until an underlying api does it automatically

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