bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Feb 2010 15:53:25 +0100
changeset 4482 1f4f33535d9a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list

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