bin/cubicweb-ctl
author Alain Leufroy <alain@leufroy.fr>
Tue, 12 May 2015 22:14:24 +0200
changeset 11915 fd42a39d3f66
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] add some tests to web.views.baseviews

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