bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 03 Dec 2012 00:03:03 +0100
changeset 8609 112a04c0473d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
merge fixes from stable

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