bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 20 May 2009 22:28:45 +0200
changeset 1886 f0e28ddba7c5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] add pie chart views with google chart / GChartWrapper

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