bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 27 Jun 2012 11:53:46 +0200
branchstable
changeset 9133 5f85e5ecbdb0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[view] add 2 missing spaces before the previous link

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