bin/cubicweb-ctl
author Graziella Toutoungis <graziella.toutoungis@logilab.fr>
Tue, 05 May 2009 16:53:12 +0200
branchtls-sprint
changeset 1686 32cb9f563fc6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
ease overriding of default renderer

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