bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 28 May 2009 16:59:14 +0200
changeset 1991 8a9d8f1ee100
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
bugfix for plots

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