bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Dec 2009 18:24:18 +0100
changeset 4092 df554ae4203c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
avoid failure by simply not displaying this section for now"

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