bin/cubicweb-ctl
author Jérôme Roy <jerome.roy@logilab.fr>
Mon, 25 Feb 2013 11:34:58 +0100
changeset 8705 5b3e17a63fad
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Correct typo in example

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