bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Mar 2009 12:57:25 +0100
branchtreeview-tabs
changeset 997 ee71c2ba73e6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176

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