bin/cubicweb-ctl
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 01 Dec 2008 14:43:40 +0100
changeset 157 85af2e536fd5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
cleaning code

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