bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 15:46:05 +0100
changeset 8644 97202ea671e4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/test] fix stale reference to the changelog view (closes #2423532)

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