bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 13 Oct 2011 09:25:26 +0200
changeset 7943 ad0581296e2c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)

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