bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 23 Sep 2013 11:13:28 +0200
branchstable
changeset 9239 dde9fe1e0ce3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facets] Correctly replace old 'edit box' HTML on facet-induced page refresh (closes #3161100)

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