bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 01 Jul 2014 17:44:06 +0200
changeset 9841 d2e196f12db4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[webtests/urlrewrite] do not store a plain entity on the test, only an eid

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