bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 01 Dec 2011 12:48:46 +0100
changeset 8104 71d9fb78b772
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facets] forcing a fixed height to the group is a bad idea: the container will not properly overflow

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