bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Tue, 19 Nov 2013 09:42:48 +0100
changeset 9343 cf21813d7003
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[css] add the entypo font as available ressource (closes #2930356) This provides a standard set of pictograms for use in CubicWeb and cubes. To use a pictogram, the "cubicweb.pictograms.css" must be explicitly loaded (using, e.g. view.add_css(...)).

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