bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 25 May 2009 00:34:11 +0200
branchstable
changeset 1918 a9db0eb45117
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
prepare 3.2.1

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